[llvm] r279025 - Fix bot failure due to new test

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 17 18:18:15 PDT 2016


Author: tejohnson
Date: Wed Aug 17 20:18:15 2016
New Revision: 279025

URL: http://llvm.org/viewvc/llvm-project?rev=279025&view=rev
Log:
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

Modified:
    llvm/trunk/test/tools/gold/X86/common_thinlto.ll

Modified: llvm/trunk/test/tools/gold/X86/common_thinlto.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/gold/X86/common_thinlto.ll?rev=279025&r1=279024&r2=279025&view=diff
==============================================================================
--- llvm/trunk/test/tools/gold/X86/common_thinlto.ll (original)
+++ llvm/trunk/test/tools/gold/X86/common_thinlto.ll Wed Aug 17 20:18:15 2016
@@ -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"




More information about the llvm-commits mailing list