forked from OSchip/llvm-project
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
This commit is contained in:
parent
3dba7ebde4
commit
f1844daac9
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue