summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2016-08-18 01:18:15 +0000
committerTeresa Johnson <tejohnson@google.com>2016-08-18 01:18:15 +0000
commitf1844daac98169cc0beaa5c318cc855f46cc56ae (patch)
tree55e0b95d7f199e0e5dcc4e2bd4bd28855ea9d10a /llvm/test
parent3dba7ebde4e53e3b6feced891cecd4b045e82780 (diff)
downloadbcm5719-llvm-f1844daac98169cc0beaa5c318cc855f46cc56ae.tar.gz
bcm5719-llvm-f1844daac98169cc0beaa5c318cc855f46cc56ae.zip
Fix bot failure due to new test
I had updated the output file name but not the corresponding nm based check before submitting as r279023. This should fix the bot failures llvm-svn: 279025
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/tools/gold/X86/common_thinlto.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/gold/X86/common_thinlto.ll b/llvm/test/tools/gold/X86/common_thinlto.ll
index b4ea181151d..14cf7ed1d71 100644
--- a/llvm/test/tools/gold/X86/common_thinlto.ll
+++ b/llvm/test/tools/gold/X86/common_thinlto.ll
@@ -14,7 +14,7 @@
; bar should still exist (if we had internalized P it would look dead).
; OPT: @bar
-; RUN: llvm-nm %t3.o | FileCheck %s --check-prefix=NM
+; RUN: llvm-nm %t3 | FileCheck %s --check-prefix=NM
; NM: bar
source_filename = "common1.c"
OpenPOWER on IntegriCloud