summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarat Kh. Akhin2016-01-28 16:59:35 +0300
committerMarat Kh. Akhin2016-01-28 16:59:35 +0300
commitee943877247bb3faacfada1ebbcb7088a09378ee (patch)
tree2975d904ec4fb7bb3b713eaf0ec3e1cf1c07972b
parent5871403623ba7855ae1f4cd753801226e7942ced (diff)
downloadaur-ee943877247bb3faacfada1ebbcb7088a09378ee.tar.gz
Installing to /opt/clang/3.5.1 and do NOT provide Clang/LLVM stuff to support working with the latest Clang from Archlinux
-rw-r--r--fix-cxx11-abi-tags.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/fix-cxx11-abi-tags.patch b/fix-cxx11-abi-tags.patch
new file mode 100644
index 000000000000..163447f102bf
--- /dev/null
+++ b/fix-cxx11-abi-tags.patch
@@ -0,0 +1,11 @@
+diff --git a/include/llvm/Analysis/RegionInfo.h b/include/llvm/Analysis/RegionInfo.h
+--- a/include/llvm/Analysis/RegionInfo.h
++++ b/include/llvm/Analysis/RegionInfo.h
+@@ -408,6 +408,7 @@
+
+ /// @brief Returns the name of the Region.
+ /// @return The Name of the Region.
++ __attribute__((abi_tag("cxx11")))
+ std::string getNameStr() const;
+
+ /// @brief Return the RegionInfo object, that belongs to this Region.