mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Updates to the linker, tentative x86_64 support (and MacOS)
This commit is contained in:
committed by
Christoffer Lerno
parent
a3990f1b3d
commit
fe3f7d427e
@@ -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
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user