hanchenye-llvm-project/clang/tools
Fangrui Song 7643f42bdd [libclang] Add dependency on clangSerialization to unbreak -DBUILD_SHARED_LIBS=1 build after rC349237
Frontend headers have undefined reference on the symbol `clang::PCHContainerOperations::PCHContainerOperations()` through some shared_ptr usage. Any dependents will get the undefined reference which can only be resolved by explicit dependency on clangSerialization (due to -z defs).

llvm-svn: 349259
2018-12-15 08:54:06 +00:00
..
arcmt-test Add explicit dependency on clangSerialization for a bunch of components to fix -DBUILD_SHARED_LIBS=on build 2018-12-12 08:02:18 +00:00
c-arcmt-test
c-index-test [index] Enhance indexing for module references 2018-09-18 15:02:56 +00:00
clang-check Add explicit dependency on clangSerialization for a bunch of components to fix -DBUILD_SHARED_LIBS=on build 2018-12-12 08:02:18 +00:00
clang-diff Add explicit dependency on clangSerialization for a bunch of components to fix -DBUILD_SHARED_LIBS=on build 2018-12-12 08:02:18 +00:00
clang-format Lift VFS from clang to llvm (NFC) 2018-10-10 13:27:25 +00:00
clang-format-vs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
clang-func-mapping Add explicit dependency on clangSerialization for a bunch of components to fix -DBUILD_SHARED_LIBS=on build 2018-12-12 08:02:18 +00:00
clang-fuzzer [clang-fuzzer] Add explicit dependency on clangSerialization for clangHandleCXX after rC348907 2018-12-12 14:33:24 +00:00
clang-import-test Add explicit dependency on clangSerialization for a bunch of components to fix -DBUILD_SHARED_LIBS=on build 2018-12-12 08:02:18 +00:00
clang-offload-bundler Refactor ExecuteAndWait to take StringRefs. 2018-06-12 17:43:52 +00:00
clang-refactor Add explicit dependency on clangSerialization for a bunch of components to fix -DBUILD_SHARED_LIBS=on build 2018-12-12 08:02:18 +00:00
clang-rename Add explicit dependency on clangSerialization for a bunch of components to fix -DBUILD_SHARED_LIBS=on build 2018-12-12 08:02:18 +00:00
diag-build
diagtool [diagtool] Remove unneeded header includes. 2018-11-28 03:59:35 +00:00
driver [Driver] Add support for -fembed-bitcode for assembly file 2018-12-12 17:30:16 +00:00
libclang [libclang] Add dependency on clangSerialization to unbreak -DBUILD_SHARED_LIBS=1 build after rC349237 2018-12-15 08:54:06 +00:00
scan-build Update the scan-build to generate SARIF. 2018-12-13 20:55:34 +00:00
scan-build-py [analyzer] Remove traces of ubigraph visualization 2018-09-06 23:07:47 +00:00
scan-view Portable Python script across Python version 2018-12-13 07:45:55 +00:00
CMakeLists.txt