[llvm] r375237 - One more attempt to fix PS4 buildbot after r375219

Eugene Leviant via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 18 07:11:19 PDT 2019


Author: evgeny777
Date: Fri Oct 18 07:11:19 2019
New Revision: 375237

URL: http://llvm.org/viewvc/llvm-project?rev=375237&view=rev
Log:
One more attempt to fix PS4 buildbot after r375219

PS4 buildbot seems to be dropping variable names for some reason

Modified:
    llvm/trunk/test/ThinLTO/X86/devirt_promote_legacy.ll

Modified: llvm/trunk/test/ThinLTO/X86/devirt_promote_legacy.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ThinLTO/X86/devirt_promote_legacy.ll?rev=375237&r1=375236&r2=375237&view=diff
==============================================================================
--- llvm/trunk/test/ThinLTO/X86/devirt_promote_legacy.ll (original)
+++ llvm/trunk/test/ThinLTO/X86/devirt_promote_legacy.ll Fri Oct 18 07:11:19 2019
@@ -49,7 +49,7 @@ entry:
 
 ; CHECK-IR2: define i32 @test2
 ; Check that the call was devirtualized.
-; CHECK-IR2:   %call4 = tail call i32 @_ZN1A1nEi
+; CHECK-IR2: = tail call i32 @_ZN1A1nEi
 
 declare i1 @llvm.type.test(i8*, metadata)
 declare void @llvm.assume(i1)




More information about the llvm-commits mailing list