xref: /llvm-project/llvm/test/LTO/Resolution/X86/empty-bitcode.test (revision 7faa60c406e501d4b78f1355a89de68023d78381)
1RUN: llvm-cat -o %t.o
2RUN: not llvm-lto2 run -o %t2 %t.o 2>&1 | FileCheck %s
3CHECK: Bitcode file does not contain any modules
4