diff options
author | Alp Toker <alp@nuanti.com> | 2014-06-07 20:39:53 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-06-07 20:39:53 +0000 |
commit | 17dd8efe9e37d7e5fcb659bee8f614cd6a0f5b7d (patch) | |
tree | 04dfae3612b8b7e574cf2f738ecbbfc500ae3b29 /clang/unittests/Basic/SourceManagerTest.cpp | |
parent | 90386ad60aaf70581293138f4124a2ec47ac7eb7 (diff) | |
download | llvm-17dd8efe9e37d7e5fcb659bee8f614cd6a0f5b7d.zip llvm-17dd8efe9e37d7e5fcb659bee8f614cd6a0f5b7d.tar.gz llvm-17dd8efe9e37d7e5fcb659bee8f614cd6a0f5b7d.tar.bz2 |
Build fix: remove initializeJumpInstrTablesPass() call from LTO
This was incurring an unsatisfied dependency on CodeGen from LTO breaking
shared builds:
Undefined symbols for architecture x86_64:
"llvm::initializeJumpInstrTablesPass(llvm::PassRegistry&)", referenced from:
llvm::LTOCodeGenerator::initializeLTOPasses() in LTOCodeGenerator.cpp.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Removed as a temporary measure pending feedback from the author.
llvm-svn: 210400
Diffstat (limited to 'clang/unittests/Basic/SourceManagerTest.cpp')
0 files changed, 0 insertions, 0 deletions