summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLW-archlinux2019-11-02 01:18:15 +0100
committerLW-archlinux2019-11-02 01:18:15 +0100
commit7592765307aba429f6b77f359937ae35aded9ffa (patch)
tree28a094c16c0cf3cb4fb84dd3c45473feb3aecf8a
parentfc4c237fa0291683fb983cfa43f3ec4f5d9e3c6d (diff)
downloadaur-7592765307aba429f6b77f359937ae35aded9ffa.tar.gz
removed some obsolete lines
-rw-r--r--PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86f85d738a4b..0b98e8d2568a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,12 +69,6 @@ prepare() {
# llvm-project contains a lot of stuff, remove parts that aren't used by this package
rm -rf debuginfo-tests libclc libcxx libcxxabi libunwind llgo openmp parallel-libs pstl
- # The following patch was reverted upstream because it triggered an ICE with
- # GCC 7; however, we need it to pass the test suite when building with GCC 9
- # https://bugs.llvm.org/show_bug.cgi?id=40547
- # manually adapted to apply cleanly with latest master
-# patch --forward --strip=1 --input="$srcdir"/always-initialize-all-members-in-ABIArgInfo.patch
-
cd clang
patch --forward --strip=1 --input="$srcdir"/enable-SSP-and-PIE-by-default.patch
}