diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-01-06 04:50:56 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-01-06 04:50:56 +0000 |
commit | d01472beee3f003bff7d6e69547d06f5b69f8b08 (patch) | |
tree | b07028cf14b2293d056212c25b99cc553f6365b8 /clang/test/CodeGenCXX/vtable-linkage.cpp | |
parent | 0a0f04dcb956698aa7b017b0c7c97f84e749feb3 (diff) | |
download | bcm5719-llvm-d01472beee3f003bff7d6e69547d06f5b69f8b08.tar.gz bcm5719-llvm-d01472beee3f003bff7d6e69547d06f5b69f8b08.zip |
Revert my available_externally vtables experiment. It's breaking the LLVM-with-Clang build with linker errors that I have yet to investigate.
llvm-svn: 92822
Diffstat (limited to 'clang/test/CodeGenCXX/vtable-linkage.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/vtable-linkage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/vtable-linkage.cpp b/clang/test/CodeGenCXX/vtable-linkage.cpp index 57380070418..eaefdfa68d2 100644 --- a/clang/test/CodeGenCXX/vtable-linkage.cpp +++ b/clang/test/CodeGenCXX/vtable-linkage.cpp @@ -125,7 +125,7 @@ void use_F(F<char> &fc) { // F<int> is an explicit template instantiation declaration without a // key function, so its vtable should have weak_odr linkage. -// CHECK: @_ZTV1FIiE = available_externally constant +// CHECK: @_ZTV1FIiE = weak_odr constant // E<int> is an explicit template instantiation declaration. It has a // key function that is not instantiation, so we should only reference |