Skip to content

Commit 38ec3ca

Browse files
[lldb] use libcxx updated name for the unchecked mode
1 parent 1e5edad commit 38ec3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/jenkins/monorepo_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ def lldb_cmake_builder(target, variant=None):
552552
'-DLLDB_TEST_USER_ARGS='+';'.join(dotest_args),
553553
'-DLLDB_ENFORCE_STRICT_TEST_REQUIREMENTS=On',
554554
'-DLLDB_ENABLE_PYTHON=On',
555-
'-DLIBCXX_HARDENING_MODE=unchecked',
555+
'-DLIBCXX_HARDENING_MODE=none',
556556
'-DLLVM_ENABLE_ASSERTIONS:BOOL={}'.format("TRUE" if conf.assertions else "FALSE"),
557557
'-DLLVM_ENABLE_MODULES=On',
558558
'-DLLVM_ENABLE_PROJECTS={}'.format(conf.llvm_enable_projects),

0 commit comments

Comments
 (0)