Updates to the linker, tentative x86_64 support (and MacOS)

This commit is contained in:
Christoffer Lerno
2021-04-13 21:52:32 +02:00
committed by Christoffer Lerno
parent a3990f1b3d
commit fe3f7d427e
4 changed files with 139 additions and 24 deletions

View File

@@ -28,15 +28,10 @@ set(LLVM_LINK_COMPONENTS
Analysis
BitReader
Core
ExecutionEngine
InstCombine
Interpreter
MC
MCDisassembler
MCJIT
Object
OrcJIT
RuntimeDyld
ScalarOpts
Support
Target
@@ -46,10 +41,11 @@ set(LLVM_LINK_COMPONENTS
AsmPrinter
Linker
LTO
Option
WindowsManifest
DebugInfoPDB
LibDriver
Option
IrReader
)