diff options
Diffstat (limited to 'test/LTO/Resolution/X86/empty-bitcode.test')
| -rw-r--r-- | test/LTO/Resolution/X86/empty-bitcode.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/LTO/Resolution/X86/empty-bitcode.test b/test/LTO/Resolution/X86/empty-bitcode.test new file mode 100644 index 000000000000..c98c54499ef6 --- /dev/null +++ b/test/LTO/Resolution/X86/empty-bitcode.test @@ -0,0 +1,3 @@ +RUN: llvm-cat -o %t.o +RUN: not llvm-lto2 -o %t2 %t.o 2>&1 | FileCheck %s +CHECK: Bitcode file does not contain any modules |
