We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CrossProcessModuleCache::getLock()
1 parent 276dd08 commit 8929850Copy full SHA for 8929850
clang/lib/Serialization/ModuleCache.cpp
@@ -118,9 +118,6 @@ class CrossProcessModuleCache : public ModuleCache {
118
119
std::unique_ptr<llvm::AdvisoryLock>
120
getLock(StringRef ModuleFilename) override {
121
- // This is a compiler-internal input/output, let's bypass the sandbox.
122
- auto BypassSandbox = llvm::sys::sandbox::scopedDisable();
123
-
124
return std::make_unique<llvm::LockFileManager>(ModuleFilename);
125
}
126
0 commit comments