brintos

brintos / llvm-project-archived public Read only

0
0
Text · 514 B · 40d01c7 Raw
13 lines · plain
1RUN: llvm-cxxfilt -_ ___imp__ZSt6futureIvE | FileCheck %s2RUN: llvm-cxxfilt -n __imp__ZSt6futureIvE | FileCheck %s3 4## This should not demangle5RUN: llvm-cxxfilt -n __imp__foo | FileCheck %s --check-prefix=CHECK-STRING --match-full-lines6 7RUN: echo "__imp__ZSt6futureIvE __imp__ZSt6futureIvE" | llvm-cxxfilt -n | \8RUN:    FileCheck %s --check-prefix=CHECK-SPLIT9 10CHECK: import thunk for std::future<void>11CHECK-STRING: __imp__foo12CHECK-SPLIT: import thunk for std::future<void> import thunk for std::future<void>13