summaryrefslogtreecommitdiffstats
path: root/abs/core/llvm/cindexer-clang-path.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2011-07-21 07:25:14 (GMT)
committerBritney Fransen <brfransen@gmail.com>2011-07-21 07:25:14 (GMT)
commit56ff12b7fb2841e49431084a5b85d95fe8c9de2b (patch)
tree88afcc54e1ab91bc0f42b015a5fe066ffaf85bb6 /abs/core/llvm/cindexer-clang-path.patch
parent4ee0734b55d58f9b6088e781fbcdaab57a4a05a1 (diff)
downloadlinhes_pkgbuild-56ff12b7fb2841e49431084a5b85d95fe8c9de2b.zip
linhes_pkgbuild-56ff12b7fb2841e49431084a5b85d95fe8c9de2b.tar.gz
linhes_pkgbuild-56ff12b7fb2841e49431084a5b85d95fe8c9de2b.tar.bz2
llvm: Initial inclusion
Diffstat (limited to 'abs/core/llvm/cindexer-clang-path.patch')
-rw-r--r--abs/core/llvm/cindexer-clang-path.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/core/llvm/cindexer-clang-path.patch b/abs/core/llvm/cindexer-clang-path.patch
new file mode 100644
index 0000000..ddaab69
--- /dev/null
+++ b/abs/core/llvm/cindexer-clang-path.patch
@@ -0,0 +1,10 @@
+--- tools/libclang/CIndexer.cpp.orig 2011-04-07 13:08:24.000000000 +0300
++++ tools/libclang/CIndexer.cpp 2011-04-07 13:11:52.224884642 +0300
+@@ -80,6 +80,7 @@ std::string CIndexer::getClangResourcesP
+
+ // We now have the CIndex directory, locate clang relative to it.
+ LibClangPath.eraseComponent();
++ LibClangPath.eraseComponent();
+ #endif
+
+ LibClangPath.appendComponent("clang");