Link with arm libraries on unix systems

This commit is contained in:
Magnus Norddahl 2017-01-09 22:30:52 +01:00
parent 8d3b056221
commit 7c04fa6e1b
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ if( NOT WIN32 )
set( LLVM_COMPONENTS core support asmparser asmprinter bitreader bitwriter codegen ipo set( LLVM_COMPONENTS core support asmparser asmprinter bitreader bitwriter codegen ipo
irreader transformutils instrumentation profiledata runtimedyld irreader transformutils instrumentation profiledata runtimedyld
object instcombine linker analysis selectiondag scalaropts vectorize executionengine object instcombine linker analysis selectiondag scalaropts vectorize executionengine
mc mcdisassembler mcparser mcjit target x86asmprinter x86info x86desc x86utils x86codegen ) mc mcdisassembler mcparser mcjit target x86asmprinter x86info x86desc x86utils x86codegen
armasmprinter arminfo armdesc armutils armcodegen )
# Example LLVM_DIR folder: C:/Development/Environment/Src/llvm-3.9.0/build/lib/cmake/llvm # Example LLVM_DIR folder: C:/Development/Environment/Src/llvm-3.9.0/build/lib/cmake/llvm
find_package(LLVM REQUIRED CONFIG) find_package(LLVM REQUIRED CONFIG)