Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clang/tools/driver/driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ int clang_main(int Argc, char **Argv, const llvm::ToolContext &ToolContext) {
// out-of-process -cc1 invocations launched by the driver. For in-process
// -cc1 invocations launched by the driver, the sandbox is enabled in
// CC1Command::Execute() for better crash recovery.
// auto EnableSandbox = llvm::sys::sandbox::scopedEnable();
auto EnableSandbox = llvm::sys::sandbox::scopedEnable();
return ExecuteCC1Tool(Args, ToolContext, VFS);
}

Expand Down