Skip to content

Commit b062e35

Browse files
committed
[REMOVE] Force-enable IO sandboxing
1 parent 73aaf15 commit b062e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ else()
704704
option(LLVM_ENABLE_ASSERTIONS "Enable assertions" ON)
705705
endif()
706706

707-
option(LLVM_ENABLE_IO_SANDBOX "Enable IO sandboxing in supported tools" ${LLVM_ENABLE_ASSERTIONS})
707+
option(LLVM_ENABLE_IO_SANDBOX "Enable IO sandboxing in supported tools" ON)
708708
option(LLVM_ENABLE_EXPENSIVE_CHECKS "Enable expensive checks" OFF)
709709

710710
set(LLVM_ABI_BREAKING_CHECKS "WITH_ASSERTS" CACHE STRING

0 commit comments

Comments
 (0)