From a1448dd181bf5e61163edc8d4a1061fa647edb2a Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 10 Nov 2015 07:54:27 +0000 Subject: [PATCH] rebase of the patch --- debian/patches/fix-llvm-config-obj-src-root.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/patches/fix-llvm-config-obj-src-root.patch b/debian/patches/fix-llvm-config-obj-src-root.patch index 8f8a8579..83f613a0 100644 --- a/debian/patches/fix-llvm-config-obj-src-root.patch +++ b/debian/patches/fix-llvm-config-obj-src-root.patch @@ -1,10 +1,10 @@ -Index: llvm-toolchain-snapshot_3.8~svn252155/tools/llvm-config/llvm-config.cpp +Index: llvm-toolchain-snapshot_3.8~svn247169/tools/llvm-config/llvm-config.cpp =================================================================== ---- llvm-toolchain-snapshot_3.8~svn252155.orig/tools/llvm-config/llvm-config.cpp -+++ llvm-toolchain-snapshot_3.8~svn252155/tools/llvm-config/llvm-config.cpp -@@ -330,9 +330,9 @@ int main(int argc, char **argv) { - } else if (Arg == "--has-rtti") { - OS << LLVM_HAS_RTTI << '\n'; +--- 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'; } else if (Arg == "--obj-root") { - OS << ActivePrefix << '\n'; + OS << ActivePrefix << "/build/" << '\n';