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.
1 parent 527d39f commit 14d6e13Copy full SHA for 14d6e13
clang/tools/clang-repl/ClangRepl.cpp
@@ -111,7 +111,6 @@ static llvm::Error sanitizeOopArguments(const char *ArgV0) {
111
llvm::inconvertibleErrorCode());
112
}
113
114
-
115
// Out-of-process executors require the ORC runtime.
116
if (OrcRuntimePath.empty() && (OOPExecutor.getNumOccurrences() ||
117
OOPExecutorConnect.getNumOccurrences())) {
@@ -130,7 +129,7 @@ static llvm::Error sanitizeOopArguments(const char *ArgV0) {
130
129
return llvm::make_error<llvm::StringError>(
131
"Out-of-process execution is not supported on non-unix platforms",
132
133
- }
+ }
134
135
// If -oop-executor was used but no value was specified then use a sensible
136
// default.
0 commit comments