[llvm] r323023 - test: fix ARM tests harder
Saleem Abdulrasool via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 19 17:26:47 PST 2018
Author: compnerd
Date: Fri Jan 19 17:26:46 2018
New Revision: 323023
URL: http://llvm.org/viewvc/llvm-project?rev=323023&view=rev
Log:
test: fix ARM tests harder
Remove the missed check update for the removal of the x86 specific
vector call on ARM.
Modified:
llvm/trunk/test/CodeGen/ARM/coff-no-dead-strip.ll
Modified: llvm/trunk/test/CodeGen/ARM/coff-no-dead-strip.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/coff-no-dead-strip.ll?rev=323023&r1=323022&r2=323023&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/coff-no-dead-strip.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/coff-no-dead-strip.ll Fri Jan 19 17:26:46 2018
@@ -10,5 +10,4 @@
; CHECK: .ascii " /INCLUDE:i"
; CHECK: .ascii " /INCLUDE:j"
; CHECK-NOT: .ascii " /INCLUDE:k"
-; CHECK: .ascii " /INCLUDE:l@@0"
More information about the llvm-commits
mailing list