diff options
author | Dehao Chen <dehao@google.com> | 2017-01-13 01:09:43 +0000 |
---|---|---|
committer | Dehao Chen <dehao@google.com> | 2017-01-13 01:09:43 +0000 |
commit | 1ef69d8eb022eca8057626a32b23f8f7bb295b63 (patch) | |
tree | 9ec276db54bc91186a4dfb2e7420da78591e9f26 /clang/test/CodeGen/thinlto_backend.ll | |
parent | 8187c192c6f7685141df01cc6194fdd14252609f (diff) | |
download | bcm5719-llvm-1ef69d8eb022eca8057626a32b23f8f7bb295b63.tar.gz bcm5719-llvm-1ef69d8eb022eca8057626a32b23f8f7bb295b63.zip |
Temporarily revert the test change in 291870, which is broken in certain buildbots.
llvm-svn: 291874
Diffstat (limited to 'clang/test/CodeGen/thinlto_backend.ll')
-rw-r--r-- | clang/test/CodeGen/thinlto_backend.ll | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/test/CodeGen/thinlto_backend.ll b/clang/test/CodeGen/thinlto_backend.ll index b38cae12ee5..ac0b3b76ef7 100644 --- a/clang/test/CodeGen/thinlto_backend.ll +++ b/clang/test/CodeGen/thinlto_backend.ll @@ -8,10 +8,6 @@ ; RUN: not %clang_cc1 -O2 -o %t1.o -x c %s -c -fthinlto-index=%t.thinlto.bc 2>&1 | FileCheck %s -check-prefix=CHECK-WARNING ; CHECK-WARNING: error: invalid argument '-fthinlto-index={{.*}}' only allowed with '-x ir' -; Ensure sample profile pass are passed to backend -; RUN: %clang_cc1 -emit-obj -O2 -o %t5.o -x ir %t1.o -fthinlto-index=%t.thinlto.bc -fprofile-sample-use=%S/Inputs/pgo-sample.prof -mllvm -debug-pass=Structure 2>&1 | FileCheck %s -check-prefix=CHECK-SAMPLEPGO -; CHECK-SAMPLEPGO: Sample profile pass - ; Ensure we get expected error for missing index file ; RUN: %clang -O2 -o %t4.o -x ir %t1.o -c -fthinlto-index=bad.thinlto.bc 2>&1 | FileCheck %s -check-prefix=CHECK-ERROR1 ; CHECK-ERROR1: Error loading index file 'bad.thinlto.bc' |