mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Added AVR components to LLVM_LINK_COMPONENTS to fix the build on Linux.
`-Werror` must still be removed from `target_compile_options` to build with GCC. Presumably the build would work without any further modifications with Clang, but I have not tested it.
This commit is contained in:
@@ -45,6 +45,10 @@ set(LLVM_LINK_COMPONENTS
|
||||
AMDGPUInfo
|
||||
AMDGPUAsmParser
|
||||
AMDGPUCodeGen
|
||||
AVRAsmParser
|
||||
AVRInfo
|
||||
AVRDesc
|
||||
AVRCodeGen
|
||||
BPFInfo
|
||||
BPFAsmParser
|
||||
BPFDisassembler
|
||||
|
||||
Reference in New Issue
Block a user