hanchenye-llvm-project/clang/tools
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
..
arcmt-test Include system_error directly. 2014-06-12 17:19:42 +00:00
c-arcmt-test Fix C++ style // comments in a couple of C files 2014-06-06 11:04:46 +00:00
c-index-test Fix C++ style // comments in a couple of C files 2014-06-06 11:04:46 +00:00
clang-check Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr. 2014-04-28 04:57:14 +00:00
clang-format Remove 'const' from MemoryBuffers used through the SourceManager 2014-06-27 17:40:03 +00:00
clang-format-vs clang-format vsix cmake build: use ${LLVM_TOOLS_BINARY_DIR}/${CMAKE_CFG_INTDIR} 2013-12-05 17:49:58 +00:00
diag-build Briefly document diag-build.sh 2013-12-28 21:59:11 +00:00
diagtool diagtool: refactor TreeView to resemble C++ 2014-06-20 00:06:42 +00:00
driver driver: add link dependency on CodeGen 2014-07-01 02:42:02 +00:00
libclang Remove 'const' from MemoryBuffers used through the SourceManager 2014-06-27 17:40:03 +00:00
scan-build actually, just check if it is a file (including directory or symlink) 2014-06-16 20:51:40 +00:00
scan-view [analyzer] scan-view: don't ever serve absolute paths. 2013-04-29 17:23:06 +00:00
CMakeLists.txt CMake: enable building the clang-format vs plugin 2013-12-03 18:02:51 +00:00
Makefile Re-add clang-check to the Makefile build. 2013-08-22 16:12:04 +00:00