1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Allow LLC to be executed on Linux; only the LLC output should not be executed.

llvm-svn: 3886
This commit is contained in:
Vikram S. Adve 2002-09-23 14:24:19 +00:00
parent 2e14ffe3ec
commit 653ae66fc0

View File

@ -22,6 +22,7 @@ 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
# For now we disable running LLC output, because LLC does not generate x86 code
# LLC itself can be run so disable the diffs, not LLC itself.
#
DISABLE_LLC_DIFFS := 1