mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 12:58:06 +00:00
rebase of the patch
This commit is contained in:
parent
e4ddea7cd6
commit
3f272f2137
@ -1,8 +1,8 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.8~svn252617/tools/llvm-config/llvm-config.cpp
|
Index: llvm-toolchain-snapshot_3.8~svn253020/tools/llvm-config/llvm-config.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.8~svn252617.orig/tools/llvm-config/llvm-config.cpp
|
--- llvm-toolchain-snapshot_3.8~svn253020.orig/tools/llvm-config/llvm-config.cpp
|
||||||
+++ llvm-toolchain-snapshot_3.8~svn252617/tools/llvm-config/llvm-config.cpp
|
+++ llvm-toolchain-snapshot_3.8~svn253020/tools/llvm-config/llvm-config.cpp
|
||||||
@@ -500,9 +500,9 @@ int main(int argc, char **argv) {
|
@@ -498,9 +498,9 @@ int main(int argc, char **argv) {
|
||||||
} else if (Arg == "--shared-mode") {
|
} else if (Arg == "--shared-mode") {
|
||||||
PrintSharedMode = true;
|
PrintSharedMode = true;
|
||||||
} else if (Arg == "--obj-root") {
|
} else if (Arg == "--obj-root") {
|
||||||
|
Loading…
Reference in New Issue
Block a user