================ @@ -704,6 +704,7 @@ else() option(LLVM_ENABLE_ASSERTIONS "Enable assertions" ON) endif() +option(LLVM_ENABLE_IO_SANDBOX "Enable IO sandboxing in supported tools" ON) ---------------- benlangmuir wrote:
I assume this should be `OFF` when you land the PR? https://github.com/llvm/llvm-project/pull/165350 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
