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:
James Martin
2020-03-26 15:39:45 -07:00
parent 5c0c0ecd2e
commit a6235d2cc4

View File

@@ -45,6 +45,10 @@ set(LLVM_LINK_COMPONENTS
AMDGPUInfo
AMDGPUAsmParser
AMDGPUCodeGen
AVRAsmParser
AVRInfo
AVRDesc
AVRCodeGen
BPFInfo
BPFAsmParser
BPFDisassembler