forked from mirrors/gecko-dev
Just adding the toolchain tasks for now. They are not yet used by anything, but bug 1693288 might be interested eventually. As with earlier releases, clang-tidy and mingw builds are not included here, they'll be separate patches. Differential Revision: https://phabricator.services.mozilla.com/D106554
12 lines
406 B
Diff
12 lines
406 B
Diff
diff --git a/llvm/tools/llvm-symbolizer/CMakeLists.txt b/llvm/tools/llvm-symbolizer/CMakeLists.txt
|
|
index c112e344da7..f0f16f1ba2d 100644
|
|
--- a/llvm/tools/llvm-symbolizer/CMakeLists.txt
|
|
+++ b/llvm/tools/llvm-symbolizer/CMakeLists.txt
|
|
@@ -18,6 +18,7 @@ set(LLVM_LINK_COMPONENTS
|
|
)
|
|
|
|
add_llvm_tool(llvm-symbolizer
|
|
+ DISABLE_LLVM_LINK_LLVM_DYLIB
|
|
llvm-symbolizer.cpp
|
|
DEPENDS
|
|
SymbolizerOptsTableGen
|