mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 14:18:19 +00:00
rebase of the patch
This commit is contained in:
parent
a1448dd181
commit
605e210b4c
@ -1,10 +1,10 @@
|
||||
Index: llvm-toolchain-snapshot_3.8~svn247169/tools/llvm-config/llvm-config.cpp
|
||||
Index: llvm-toolchain-snapshot_3.8~svn252617/tools/llvm-config/llvm-config.cpp
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_3.8~svn247169.orig/tools/llvm-config/llvm-config.cpp
|
||||
+++ llvm-toolchain-snapshot_3.8~svn247169/tools/llvm-config/llvm-config.cpp
|
||||
@@ -327,9 +327,9 @@ int main(int argc, char **argv) {
|
||||
} else if (Arg == "--build-system") {
|
||||
OS << LLVM_BUILD_SYSTEM << '\n';
|
||||
--- llvm-toolchain-snapshot_3.8~svn252617.orig/tools/llvm-config/llvm-config.cpp
|
||||
+++ llvm-toolchain-snapshot_3.8~svn252617/tools/llvm-config/llvm-config.cpp
|
||||
@@ -500,9 +500,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';
|
||||
|
Loading…
Reference in New Issue
Block a user