Skip to content

Commit

Permalink
Fix bot failure due to new test
Browse files Browse the repository at this point in the history
I had updated the output file name but not the corresponding nm based check
before submitting as r279023. This should fix the bot failures

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279025 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
teresajohnson committed Aug 18, 2016
1 parent b798b8c commit b5871f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tools/gold/X86/common_thinlto.ll
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b5871f9

Please sign in to comment.