Replcing arch dependant targets with arch target themselves

This commit is contained in:
Sameer Rahmani 2022-06-16 15:14:33 +01:00
parent 85621103c1
commit c4cf536820
1 changed files with 7 additions and 4 deletions

View File

@ -284,10 +284,13 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
support
jitlink
orcjit
aarch64asmparser
aarch64codegen
x86asmparser
x86codegen)
# aarch64asmparser
# aarch64codegen
# x86asmparser
# x86codegen
X86
AArch64
)
message(STATUS "-- Libs to ----- link:")
message(STATUS ${llvm_libs1})