Making a couple of tests a bit more flexible wrt thunk mangling. Fixes checkin for...
authorWolfgang Pieb <Wolfgang.Pieb@sony.com>
Wed, 1 Nov 2017 00:01:20 +0000 (00:01 +0000)
committerWolfgang Pieb <Wolfgang.Pieb@sony.com>
Wed, 1 Nov 2017 00:01:20 +0000 (00:01 +0000)
llvm-svn: 317053

clang/test/CodeGenCXX/tmp-md-nodes1.cpp
clang/test/CodeGenCXX/tmp-md-nodes2.cpp

index 3957f60..41a0159 100644 (file)
@@ -15,4 +15,4 @@ struct CharlieImpl : Charlie, Alpha {
   void bravo(...) {}
 } delta;
 
-// CHECK: define {{.*}} void @_ZThn8_N11CharlieImpl5bravoEz(
+// CHECK: define {{.*}} void @_ZThn{{[48]}}_N11CharlieImpl5bravoEz(
index 00827f5..e50220c 100644 (file)
@@ -30,4 +30,4 @@ BOOL CBdVfsImpl::ReqCacheHint( CMsgAgent* p_ma, CACHE_HINT hint, ... ) {
   return true;
 }
 
-// CHECK: define {{.*}} @_ZThn8_N10CBdVfsImpl12ReqCacheHintEP9CMsgAgentN3CFs10CACHE_HINTEz(
+// CHECK: define {{.*}} @_ZThn{{[48]}}_N10CBdVfsImpl12ReqCacheHintEP9CMsgAgentN3CFs10CACHE_HINTEz(