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 c46e872 commit 340f4c4Copy full SHA for 340f4c4
zorg/jenkins/build.py
@@ -570,8 +570,6 @@ def lldb_cmake_builder(target, variant=None):
570
if variant == 'sanitized':
571
cmake_cmd.append('-DLLVM_TARGETS_TO_BUILD=X86')
572
cmake_cmd.append('-DLLVM_USE_SANITIZER=Address;Undefined')
573
- cmake_cmd.append('-DLIBUNWIND_ENABLE_SHARED=OFF')
574
- cmake_cmd.append('-DLIBUNWIND_ENABLE_STATIC=ON')
575
# There is no need to compile the lldb tests with an asanified compiler
576
# if we have a host compiler available.
577
if conf.CC():
0 commit comments