diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-12-13 09:28:44 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-12-13 09:28:44 +0000 |
commit | 3bbf33404cbf4ff8aac848d9b275791ae02ad12b (patch) | |
tree | 2a1af749d08394b8e94b0c50544d73a36810248e /test/Transforms/GVN/2007-07-31-NoDomInherit.ll | |
parent | e39c051c1e2b6f4ede8544408b4ae8f149d65b2d (diff) | |
download | external_llvm-3bbf33404cbf4ff8aac848d9b275791ae02ad12b.zip external_llvm-3bbf33404cbf4ff8aac848d9b275791ae02ad12b.tar.gz external_llvm-3bbf33404cbf4ff8aac848d9b275791ae02ad12b.tar.bz2 |
Temporarily revert r60973. It's inexplicably causing a failure when self-hosting LLVM:
llvm[2]: Linking Release executable opt (without symbols)
...
Undefined symbols:
"llvm::APFloat::IEEEsingle", referenced from:
__ZN4llvm7APFloat10IEEEsingleE$non_lazy_ptr in libLLVMCore.a(Constants.o)
__ZN4llvm7APFloat10IEEEsingleE$non_lazy_ptr in libLLVMCore.a(AsmWriter.o)
__ZN4llvm7APFloat10IEEEsingleE$non_lazy_ptr in libLLVMCore.a(ConstantFold.o)
"llvm::APFloat::IEEEdouble", referenced from:
__ZN4llvm7APFloat10IEEEdoubleE$non_lazy_ptr in libLLVMCore.a(Constants.o)
__ZN4llvm7APFloat10IEEEdoubleE$non_lazy_ptr in libLLVMCore.a(AsmWriter.o)
__ZN4llvm7APFloat10IEEEdoubleE$non_lazy_ptr in libLLVMCore.a(ConstantFold.o)
ld: symbol(s) not found
This is in release mode. To replicate, compile llvm and llvm-gcc in optimized
mode. Then build llvm, in optimized mode, with the newly created compiler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60977 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/GVN/2007-07-31-NoDomInherit.ll')
-rw-r--r-- | test/Transforms/GVN/2007-07-31-NoDomInherit.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/2007-07-31-NoDomInherit.ll b/test/Transforms/GVN/2007-07-31-NoDomInherit.ll index 6cb7785..5dbd34c 100644 --- a/test/Transforms/GVN/2007-07-31-NoDomInherit.ll +++ b/test/Transforms/GVN/2007-07-31-NoDomInherit.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -gvn | llvm-dis | grep {tmp47 = phi i32 } +; RUN: llvm-as < %s | opt -gvn | llvm-dis | grep tmp51.rle %struct.anon = type { i32 (i32, i32, i32)*, i32, i32, [3 x i32], i8*, i8*, i8* } @debug = external constant i32 ; <i32*> [#uses=0] |