SHA256
1
0
forked from pool/llvm
Ismail Dönmez 2013-06-19 18:08:38 +00:00 committed by Git OBS Bridge
parent d2c8ab0821
commit 9067bc97b9

View File

@ -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