llvm-project/clang/tools/driver
Alp Toker e8aa4b90f9 driver: add link dependency on CodeGen
Fix the build when no targets are enabled. This dependency is incurred by two
unfortunate entries in LinkAllPasses.h included from cc1_main.cpp:

  llvm::createJumpInstrTablesPass();
  llvm::createCodeGenPreparePass();

llvm-svn: 212084
2014-07-01 02:42:02 +00:00
..
CMakeLists.txt driver: add link dependency on CodeGen 2014-07-01 02:42:02 +00:00
Info.plist.in build/Darwin: Add missing Info.plist template. 2010-07-15 20:26:56 +00:00
Makefile CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use= 2014-04-18 21:52:00 +00:00
cc1_main.cpp static link polly 2014-03-14 04:04:27 +00:00
cc1as_main.cpp Refer to error_code with the std prefix. 2014-06-12 20:37:59 +00:00
clang_symlink.cmake cmake: install a cl.exe binary in the tools/msbuild-bin dir 2013-08-28 01:58:44 +00:00
driver.cpp Remove llvm:: from uses of ArrayRef. 2014-06-28 23:22:23 +00:00