• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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