codelite: rebuild for llvm11

This commit is contained in:
Robin Voetter 2020-11-09 13:05:02 +01:00 committed by q66
parent 51f2d203b3
commit 95b5cc7b2f
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'codelite'
pkgname=codelite
version=13.0
revision=3
revision=4
archs="i686* x86_64* ppc64le*"
build_style=cmake
configure_args="-DWITH_PCH=0

View file

@ -1,11 +1,11 @@
--- llvm/lib/Target/PowerPC/PPCSubtarget.cpp
+++ llvm/lib/Target/PowerPC/PPCSubtarget.cpp
@@ -150,7 +150,7 @@ void PPCSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) {
@@ -153,7 +153,7 @@
if ((TargetTriple.isOSFreeBSD() && TargetTriple.getOSMajorVersion() >= 13) ||
TargetTriple.isOSNetBSD() || TargetTriple.isOSOpenBSD() ||
- TargetTriple.isMusl())
+ isTargetLinux())
SecurePlt = true;
if (HasSPE && IsPPC64)