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 159409b commit 6a622b6Copy full SHA for 6a622b6
llvm/tools/llvm-config/llvm-config.cpp
@@ -402,7 +402,7 @@ int main(int argc, char **argv) {
402
llvm::replace(ActiveLibDir, '/', '\\');
403
llvm::replace(ActiveCMakeDir, '/', '\\');
404
llvm::replace(ActiveIncludeDir, '/', '\\');
405
- for (auto& Include : ActiveIncludeOptions)
+ for (auto &Include : ActiveIncludeOptions)
406
llvm::replace(Include, '/', '\\');
407
}
408
SharedDir = ActiveBinDir;
0 commit comments