mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 05:37:13 +08:00
llvm: added fixes for jmc's test app opengtl: testbuild for llvm - not uploaded yet phonon-backend: make vlc stable
11 lines
395 B
Diff
11 lines
395 B
Diff
--- 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");
|