mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-06 10:38:54 +00:00
Don't run llc tests on linux, they won't work.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3835 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fd479b6fd4
commit
698a131364
@ -21,3 +21,7 @@ ExportSymbols := -Wl,--export-dynamic
|
||||
ifndef LLVMGCCDIR
|
||||
LLVMGCCDIR := /home/vadve/lattner/cvs/gcc_install_x86
|
||||
endif
|
||||
|
||||
# For now we disable all LLC tests, because LLC does not generate x86 code
|
||||
#
|
||||
DISABLE_LLC := 1
|
Loading…
x
Reference in New Issue
Block a user