fix-llvm-config-obj-src-root
Gbp-Pq: Name fix-llvm-config-obj-src-root.patch
This commit is contained in:
parent
178f56b13b
commit
74433d4d86
|
@ -557,9 +557,9 @@ int main(int argc, char **argv) {
|
|||
} else if (Arg == "--shared-mode") {
|
||||
PrintSharedMode = true;
|
||||
} else if (Arg == "--obj-root") {
|
||||
OS << ActivePrefix << '\n';
|
||||
OS << ActivePrefix << "/build/" << '\n';
|
||||
} else if (Arg == "--src-root") {
|
||||
OS << LLVM_SRC_ROOT << '\n';
|
||||
OS << ActivePrefix << "/build/" << '\n';
|
||||
} else if (Arg == "--ignore-libllvm") {
|
||||
LinkDyLib = false;
|
||||
LinkMode = BuiltSharedLibs ? LinkModeShared : LinkModeAuto;
|
||||
|
|
Loading…
Reference in New Issue