]> granicus.if.org Git - clang/commitdiff
Fix for armv7-a15 and thumbv7-a15 buildbot fails.
authorAndrey Bokhanko <andreybokhanko@gmail.com>
Thu, 14 Jan 2016 11:53:50 +0000 (11:53 +0000)
committerAndrey Bokhanko <andreybokhanko@gmail.com>
Thu, 14 Jan 2016 11:53:50 +0000 (11:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@257757 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/duplicate-mangled-name.cpp

index 90192144a877734fd8a7f7a8111351d99529bf04..8c8f6e0311c3b572c1fc7cc333408ddd476272e3 100644 (file)
@@ -38,9 +38,9 @@ namespace nm {
 
 float foo() {
   _ZN1TD1Ev();
-// CHECK: call void bitcast (void (%struct.T*)* @_ZN1TD1Ev to void ()*)()
+// CHECK: call void bitcast ({{.*}} (%struct.T*)* @_ZN1TD1Ev to void ()*)()
   T t;
-// CHECK: call void @_ZN1TD1Ev(%struct.T* %t)
+// CHECK: call {{.*}} @_ZN1TD1Ev(%struct.T* %t)
   return _ZN2nm3abcE + nm::abc;
 }