diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2016-06-22 01:17:30 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2016-06-22 01:17:30 +0000 |
commit | 2ff9c25d93456dc67a2aeebd7f617ca18c2e0665 (patch) | |
tree | c91957e52f6ff378aa6bcb4af48140c73e11cc3b /clang/test/CodeGen/thinlto_backend.ll | |
parent | fd3b35ad84ce1d46dc3ce90259ea2e96e6ecedbc (diff) | |
download | bcm5719-llvm-2ff9c25d93456dc67a2aeebd7f617ca18c2e0665.tar.gz bcm5719-llvm-2ff9c25d93456dc67a2aeebd7f617ca18c2e0665.zip |
Specify a target triple to fix the test on non-Linux.
llvm-svn: 273356
Diffstat (limited to 'clang/test/CodeGen/thinlto_backend.ll')
-rw-r--r-- | clang/test/CodeGen/thinlto_backend.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/thinlto_backend.ll b/clang/test/CodeGen/thinlto_backend.ll index d9d59a239a8..608204966b9 100644 --- a/clang/test/CodeGen/thinlto_backend.ll +++ b/clang/test/CodeGen/thinlto_backend.ll @@ -11,7 +11,7 @@ ; CHECK-ERROR: Error loading index file 'bad.thinlto.bc' ; Ensure f2 was imported -; RUN: %clang -O2 -o %t3.o -x ir %t1.o -c -fthinlto-index=%t.thinlto.bc +; RUN: %clang -target x86_64-unknown-linux-gnu -O2 -o %t3.o -x ir %t1.o -c -fthinlto-index=%t.thinlto.bc ; RUN: llvm-nm %t3.o | FileCheck --check-prefix=CHECK-OBJ %s ; CHECK-OBJ: T f1 ; CHECK-OBJ-NOT: U f2 |