Skip to content

Commit 2702305

Browse files
committed
Revert "[lldb] work around a liner error on the asan bot"
This reverts commit 87d07e6.
1 parent c44c6a7 commit 2702305

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

zorg/jenkins/build.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -569,12 +569,6 @@ def lldb_cmake_builder(target, variant=None):
569569

570570
if variant == 'sanitized':
571571
cmake_cmd.append('-DLLVM_USE_SANITIZER=Address;Undefined')
572-
# By default macOS prevents an asanified dylib to be loaded into the system linker.
573-
liblto = (
574-
os.path.dirname(run_collect_output(["xcrun", "--find", "clang"]).strip())
575-
+ "../lib/libLTO.dylib"
576-
)
577-
cmake_cmd.append("-DLIBCXXABI_LINK_FLAGS=-Wl,-lto_library -Wl" + liblto)
578572
# There is no need to compile the lldb tests with an asanified compiler
579573
# if we have a host compiler available.
580574
if conf.CC():

0 commit comments

Comments
 (0)