[ARM] Cortex-M4 schedule additions
[llvm-complete.git] / test / tools / llvm-lto2 / X86 / stats-file-option.ll
blob948c5220220405a4c88bca8e954b71b69cedbe98
1 ; REQUIRES: asserts
3 ; RUN: llvm-as < %s > %t1.bc
5 ; Try to save statistics to file.
6 ; RUN: llvm-lto2 run %t1.bc -o %t.o -r %t1.bc,patatino,px -stats-file=%t2.stats
7 ; RUN: FileCheck --input-file=%t2.stats %s
9 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
10 target triple = "x86_64-unknown-linux-gnu"
12 define void @patatino() {
13   fence seq_cst
14   ret void
17 ; CHECK: {
18 ; CHECK: "asm-printer.EmittedInsts":
19 ; CHECK: }
22 ; Try to save statistics to an invalid file.
23 ; RUN: not llvm-lto2 run %t1.bc -o %t.o -r %t1.bc,patatino,px \
24 ; RUN:     -stats-file=%t2/foo.stats 2>&1 | FileCheck --check-prefix=ERROR %s
25 ; ERROR: LTO::run failed: {{[Nn]}}o such file or directory