diff options
Diffstat (limited to 'llvm/test/tools/llvm-cxxfilt/coff-import.test')
| -rw-r--r-- | llvm/test/tools/llvm-cxxfilt/coff-import.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-cxxfilt/coff-import.test b/llvm/test/tools/llvm-cxxfilt/coff-import.test new file mode 100644 index 00000000000..35494d7a832 --- /dev/null +++ b/llvm/test/tools/llvm-cxxfilt/coff-import.test @@ -0,0 +1,5 @@ +RUN: llvm-cxxfilt -_ ___imp__ZSt6futureIvE | FileCheck %s +RUN: llvm-cxxfilt __imp__ZSt6futureIvE | FileCheck %s + +CHECK: import thunk for std::future<void> + |

