Home | History | Annotate | Download | only in X86
      1 RUN: llvm-cat -o %t.o
      2 RUN: not llvm-lto2 run -o %t2 %t.o 2>&1 | FileCheck %s
      3 CHECK: Bitcode file does not contain any modules
      4