Merge pull request #9010 from IdrisKalp/master
@IdrisKalp llvm fix deps
This commit is contained in:
@@ -84,13 +84,13 @@ def setup():
|
|||||||
|
|
||||||
def build():
|
def build():
|
||||||
shelltools.cd("build")
|
shelltools.cd("build")
|
||||||
#shelltools.system("ninja")
|
shelltools.system("ninja")
|
||||||
cmaketools.make()
|
#cmaketools.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
shelltools.cd("build")
|
shelltools.cd("build")
|
||||||
#shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
|
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
|
||||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
#cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
if get.buildTYPE() == "emul32":
|
if get.buildTYPE() == "emul32":
|
||||||
pisitools.domove("/emul32/lib32/", "/usr/")
|
pisitools.domove("/emul32/lib32/", "/usr/")
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
<Dependency>zlib</Dependency>
|
<Dependency>zlib</Dependency>
|
||||||
<Dependency>libgcc</Dependency>
|
<Dependency>libgcc</Dependency>
|
||||||
<Dependency>ncurses</Dependency>
|
<Dependency>ncurses</Dependency>
|
||||||
<Dependency>libcxx</Dependency>
|
<Dependency>llvm-polly</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="executable">/usr/bin</Path>
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
@@ -81,7 +81,7 @@
|
|||||||
<Dependency>libgcc</Dependency>
|
<Dependency>libgcc</Dependency>
|
||||||
<Dependency>ncurses</Dependency>
|
<Dependency>ncurses</Dependency>
|
||||||
<Dependency>libxml2</Dependency>
|
<Dependency>libxml2</Dependency>
|
||||||
<Dependency>libcxx</Dependency>
|
<Dependency>llvm-polly</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib/libLLVM*.so</Path>
|
<Path fileType="library">/usr/lib/libLLVM*.so</Path>
|
||||||
@@ -104,8 +104,8 @@
|
|||||||
<Dependency>libedit</Dependency>
|
<Dependency>libedit</Dependency>
|
||||||
<Dependency>libxml2</Dependency>
|
<Dependency>libxml2</Dependency>
|
||||||
<Dependency>ncurses</Dependency>
|
<Dependency>ncurses</Dependency>
|
||||||
<Dependency>python3</Dependency>
|
<Dependency>python3</Dependency>
|
||||||
<Dependency>libcxx</Dependency>
|
<Dependency>llvm-polly</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="executable">/usr/bin/argdumper</Path>
|
<Path fileType="executable">/usr/bin/argdumper</Path>
|
||||||
@@ -138,7 +138,7 @@
|
|||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency release="current">llvm-libs</Dependency>
|
<Dependency release="current">llvm-libs</Dependency>
|
||||||
<Dependency>libgcc</Dependency>
|
<Dependency>libgcc</Dependency>
|
||||||
<Dependency>libcxx</Dependency>
|
<Dependency>llvm-polly</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="executable">/usr/bin/ld.lld</Path>
|
<Path fileType="executable">/usr/bin/ld.lld</Path>
|
||||||
@@ -168,7 +168,6 @@
|
|||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency release="current">lld</Dependency>
|
<Dependency release="current">lld</Dependency>
|
||||||
<Dependency>libgcc</Dependency>
|
<Dependency>libgcc</Dependency>
|
||||||
<Dependency>libcxx</Dependency>
|
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="header">/usr/include/lld/*</Path>
|
<Path fileType="header">/usr/include/lld/*</Path>
|
||||||
@@ -214,7 +213,7 @@
|
|||||||
<Dependency release="current">llvm-libs</Dependency>
|
<Dependency release="current">llvm-libs</Dependency>
|
||||||
<Dependency>libxml2</Dependency>
|
<Dependency>libxml2</Dependency>
|
||||||
<Dependency>libgcc</Dependency>
|
<Dependency>libgcc</Dependency>
|
||||||
<Dependency>libcxx</Dependency>
|
<Dependency>llvm-polly</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="executable">/usr/bin/diagtool</Path>
|
<Path fileType="executable">/usr/bin/diagtool</Path>
|
||||||
@@ -255,7 +254,7 @@
|
|||||||
<Dependency release="current">llvm-libs</Dependency>
|
<Dependency release="current">llvm-libs</Dependency>
|
||||||
<Dependency>libgcc</Dependency>
|
<Dependency>libgcc</Dependency>
|
||||||
<Dependency>ncurses</Dependency>
|
<Dependency>ncurses</Dependency>
|
||||||
<Dependency>libcxx</Dependency>
|
<Dependency>llvm-polly</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="executable">/usr/bin/mlir*</Path>
|
<Path fileType="executable">/usr/bin/mlir*</Path>
|
||||||
@@ -271,7 +270,6 @@
|
|||||||
<Summary>High-level loop and data-locality optimizer and optimization infrastructure for LLVM</Summary>
|
<Summary>High-level loop and data-locality optimizer and optimization infrastructure for LLVM</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>libgcc</Dependency>
|
<Dependency>libgcc</Dependency>
|
||||||
<Dependency>libcxx</Dependency>
|
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib/LLVMPolly.so</Path>
|
<Path fileType="library">/usr/lib/LLVMPolly.so</Path>
|
||||||
|
|||||||
Reference in New Issue
Block a user