summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR/CMakeLists.txt
blob: e588c4262737904f6ae10121f858d37596aab122 (plain)
1
2
3
4
5
6
7
8
9
10


add_llvm_target(AVRCodeGen
    AVRTargetMachine.cpp
  )

add_dependencies(LLVMAVRCodeGen intrinsics_gen)

add_subdirectory(TargetInfo)

OpenPOWER on IntegriCloud