Merge pull request #19 from jamestmartin/patch-1

Added AVR components to LLVM_LINK_COMPONENTS to fix the build on Linux.
This commit is contained in:
Christoffer Lerno
2020-03-27 00:32:55 +01:00
committed by GitHub

View File

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