summaryrefslogtreecommitdiff
path: root/lib/Target/AVR/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/AVR/CMakeLists.txt')
-rw-r--r--lib/Target/AVR/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/AVR/CMakeLists.txt b/lib/Target/AVR/CMakeLists.txt
index 22b30ef358552..b4fb0d9ceac2c 100644
--- a/lib/Target/AVR/CMakeLists.txt
+++ b/lib/Target/AVR/CMakeLists.txt
@@ -6,6 +6,7 @@ add_public_tablegen_target(AVRCommonTableGen)
add_llvm_target(AVRCodeGen
AVRTargetMachine.cpp
+ AVRTargetObjectFile.cpp
)
add_dependencies(LLVMAVRCodeGen intrinsics_gen)