Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / Target / AVR / CMakeLists.txt
1 set(LLVM_TARGET_DEFINITIONS AVR.td)
2
3 tablegen(LLVM AVRGenRegisterInfo.inc -gen-register-info)
4 tablegen(LLVM AVRGenCallingConv.inc -gen-callingconv)
5 add_public_tablegen_target(AVRCommonTableGen)
6
7 add_llvm_target(AVRCodeGen
8     AVRTargetMachine.cpp
9     AVRTargetObjectFile.cpp
10   )
11
12 add_dependencies(LLVMAVRCodeGen intrinsics_gen)
13
14 add_subdirectory(TargetInfo)
15