commit | 9f959db60e8913abafe7d5f5f5a83dc6a5c8d87e | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Tue Jan 11 21:10:26 2011 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Tue Jan 11 21:10:26 2011 +0000 |
tree | 69e1c46a2872e93da45e316313d7e8e77a7cdcd6 | |
parent | bc6f0daca4676989116e9c6b8dafeb01ec34252d [diff] [blame] |
Add unnamed_addr to vtables. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123272 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/template-instantiation.cpp b/test/CodeGenCXX/template-instantiation.cpp index 89ad7e7..1ccf24f 100644 --- a/test/CodeGenCXX/template-instantiation.cpp +++ b/test/CodeGenCXX/template-instantiation.cpp
@@ -2,7 +2,7 @@ // CHECK-NOT: @_ZTVN5test118stdio_sync_filebufIwEE = constant // CHECK-NOT: _ZTVN5test315basic_fstreamXXIcEE -// CHECK: @_ZTVN5test018stdio_sync_filebufIwEE = constant +// CHECK: @_ZTVN5test018stdio_sync_filebufIwEE = unnamed_addr constant // CHECK-NOT: _ZTVN5test31SIiEE // CHECK-NOT: _ZTSN5test31SIiEE