We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c8971 commit 2f787ecCopy full SHA for 2f787ec
scripts/llvm/CMakeLists.txt
@@ -156,6 +156,7 @@ endif()
156
157
set(BUG_REPORT_URL "https://github.com/zephyrproject-rtos/sdk-ng/issues" CACHE STRING "")
158
set(LLVM_DISTRIBUTION_COMPONENTS
159
+ clang-extdef-mapping
160
clang-resource-headers
161
clang
162
dsymutil
@@ -194,6 +195,7 @@ set(LLVM_DEFAULT_TARGET_TRIPLE aarch64-linux-gnu CACHE STRING "")
194
195
set(LLVM_APPEND_VC_REV OFF CACHE BOOL "")
196
set(LLVM_ENABLE_TERMINFO OFF CACHE BOOL "")
197
set(CLANG_DEFAULT_LINKER lld CACHE STRING "")
198
+set(CLANG_ENABLE_STATIC_ANALYZER ON CACHE BOOL "")
199
200
# Default to a release build
201
# (CMAKE_BUILD_TYPE is a special CMake variable so if you want to set
0 commit comments