Skip to content

Commit 340f4c4

Browse files
committed
Revert "[lldb][sanitized] Try building libunwind as static library"
This reverts commit 54dc64e. Reverting because this was not the culprit
1 parent c46e872 commit 340f4c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

zorg/jenkins/build.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,6 @@ def lldb_cmake_builder(target, variant=None):
570570
if variant == 'sanitized':
571571
cmake_cmd.append('-DLLVM_TARGETS_TO_BUILD=X86')
572572
cmake_cmd.append('-DLLVM_USE_SANITIZER=Address;Undefined')
573-
cmake_cmd.append('-DLIBUNWIND_ENABLE_SHARED=OFF')
574-
cmake_cmd.append('-DLIBUNWIND_ENABLE_STATIC=ON')
575573
# There is no need to compile the lldb tests with an asanified compiler
576574
# if we have a host compiler available.
577575
if conf.CC():

0 commit comments

Comments
 (0)