llvm-14.0.6

This commit is contained in:
Rmys
2022-06-28 11:54:49 +03:00
committed by GitHub
parent b732d3d8a4
commit 573f6434b9
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -71,6 +71,7 @@ def setup():
pisitools.cxxflags.add("-m32")
shelltools.export("PKG_CONFIG_PATH","/usr/lib32/pkgconfig")
options = " -DCMAKE_INSTALL_PREFIX=/emul32 \
-DCMAKE_INSTALL_LIBEXECDIR=/emul32/libexec \
-DLLVM_TARGET_ARCH:STRING=i686 \
-DLLVM_DEFAULT_TARGET_TRIPLE='i686-pc-linux-gnu'"
@@ -90,7 +91,7 @@ def setup():
-DLLVM_INCLUDEDIR=/usr/include \
-DLLVM_ENABLE_ASSERTIONS=OFF \
-DFFI_INCLUDE_DIR=/usr/include \
-DCOMPILER_RT_USE_LIBCXX=OFF" % (options, projects, libsuffix), sourceDir=".." )
-DCOMPILER_RT_USE_LIBCXX=OFF" % (options, projects, libsuffix), sourceDir=".." )
def build():
shelltools.cd("build")
+4
View File
@@ -189,6 +189,10 @@
<Path fileType="library">/usr/share/opt-viewer</Path>
<Path fileType="executable">/usr/libexec/ccc-*</Path>
<Path fileType="executable">/usr/libexec/c++-*</Path>
<Path fileType="executable">/usr/libexec/intercept-c++</Path>
<Path fileType="executable">/usr/libexec/analyze-c++</Path>
<Path fileType="executable">/usr/libexec/intercept-cc</Path>
<Path fileType="executable">/usr/libexec/analyze-cc</Path>
<Path fileType="man">/usr/share/man/man1/scan-build.1</Path>
</Files>
</Package>