Fix bot failure due to new test
authorTeresa Johnson <tejohnson@google.com>
Thu, 18 Aug 2016 01:18:15 +0000 (01:18 +0000)
committerTeresa Johnson <tejohnson@google.com>
Thu, 18 Aug 2016 01:18:15 +0000 (01:18 +0000)
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

llvm/test/tools/gold/X86/common_thinlto.ll

index b4ea181..14cf7ed 100644 (file)
@@ -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"