Fix build
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=229
This commit is contained in:
parent
d2c8ab0821
commit
9067bc97b9
@ -162,7 +162,6 @@ echo > utils/unittest/LLVMBuild.txt
|
||||
%build
|
||||
TOPLEVEL=$PWD
|
||||
# as-needed avoids linking LLVMgold to LTO, just because cmake places -lLTO before the .o file is used
|
||||
export SUSE_ASNEEDED=0
|
||||
mkdir stage1 stage2
|
||||
pushd stage1
|
||||
|
||||
@ -229,7 +228,10 @@ cd stage2
|
||||
# we just do not have enough memory with qemu emulation
|
||||
|
||||
# Due to http://llvm.org/bugs/show_bug.cgi?id=15242
|
||||
rm ../test/BugPoint/{crash-narrowfunctiontest, metadata, remove_arguments_test}.ll
|
||||
rm ../test/BugPoint/
|
||||
for i in crash-narrowfunctiontest metadata remove_arguments_test; do
|
||||
rm ../test/BugPoint/$i.ll;
|
||||
done
|
||||
|
||||
make check
|
||||
cd tools/clang
|
||||
|
Loading…
x
Reference in New Issue
Block a user