diff options
Diffstat (limited to 'test/SemaCXX/typeid-ref.cpp')
-rw-r--r-- | test/SemaCXX/typeid-ref.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SemaCXX/typeid-ref.cpp b/test/SemaCXX/typeid-ref.cpp index da00169..d01fd31 100644 --- a/test/SemaCXX/typeid-ref.cpp +++ b/test/SemaCXX/typeid-ref.cpp @@ -6,7 +6,7 @@ namespace std { struct X { }; void f() { - // CHECK: @_ZTS1X = weak_odr constant - // CHECK: @_ZTI1X = weak_odr constant + // CHECK: @_ZTS1X = linkonce_odr constant + // CHECK: @_ZTI1X = linkonce_odr unnamed_addr constant (void)typeid(X&); } |