aboutsummaryrefslogtreecommitdiff
path: root/test/FrontendC++/thunk-weak-odr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC++/thunk-weak-odr.cpp')
-rw-r--r--test/FrontendC++/thunk-weak-odr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/FrontendC++/thunk-weak-odr.cpp b/test/FrontendC++/thunk-weak-odr.cpp
index 9f6a11d8f5..1d9d4dd2ed 100644
--- a/test/FrontendC++/thunk-weak-odr.cpp
+++ b/test/FrontendC++/thunk-weak-odr.cpp
@@ -29,5 +29,5 @@ int g() {
// Thunks should be marked as "weak ODR", not just "weak".
//
-// CHECK: define weak_odr i32 @_ZThn8_N1C1fEv
-// CHECK: define weak_odr i32 @_ZThn8_N1D1fEv
+// CHECK: define weak_odr i32 @_ZThn{{[48]}}_N1C1fEv
+// CHECK: define weak_odr i32 @_ZThn{{[48]}}_N1D1fEv