mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Allow LLC to be executed on Linux; only the LLC output should not be executed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3886 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
26d4a48ee6
commit
11fd1d3165
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user