================
@@ -150,6 +151,9 @@ void TUSummaryRunner::HandleTranslationUnit(ASTContext 
&Ctx) {
   // First, invoke the Summary Extractors.
   MultiplexConsumer::HandleTranslationUnit(Ctx);
 
+  // FIXME(sandboxing): Remove this by adopting `llvm::vfs::OutputBackend`.
+  llvm::sys::sandbox::ScopedSetting Guard = 
llvm::sys::sandbox::scopedDisable();
----------------
steakhal wrote:

Without this we would get a crash. This is to workaround this issue while we 
are in the prototyping phase.

https://github.com/llvm/llvm-project/pull/189681
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to