mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Fix cmake build on non-x86 targets. Patch by
Xerxes Rånby. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79419 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ad0f120f59
commit
dfcb9bfcc0
@ -59,11 +59,9 @@ function(explicit_map_components_to_libraries out_libs)
|
||||
list(APPEND expanded_components "LLVM${c}Info")
|
||||
endif()
|
||||
elseif( c STREQUAL "native" )
|
||||
# TODO: we assume ARCH is X86.
|
||||
list(APPEND expanded_components "LLVMX86CodeGen")
|
||||
list(APPEND expanded_components "LLVM${LLVM_NATIVE_ARCH}CodeGen")
|
||||
elseif( c STREQUAL "nativecodegen" )
|
||||
# TODO: we assume ARCH is X86.
|
||||
list(APPEND expanded_components "LLVMX86CodeGen")
|
||||
list(APPEND expanded_components "LLVM${LLVM_NATIVE_ARCH}CodeGen")
|
||||
elseif( c STREQUAL "backend" )
|
||||
# same case as in `native'.
|
||||
elseif( c STREQUAL "engine" )
|
||||
|
Loading…
Reference in New Issue
Block a user