mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
5c27eaa521
This adds part of the target info code, and adds modifications to the build scripts so that AVR is recognized a supported, experimental backend. It does not include any AVR-specific code, just the bare sources required for a backend to exist. From D14039. llvm-svn: 252865
11 lines
138 B
CMake
11 lines
138 B
CMake
|
|
|
|
add_llvm_target(AVRCodeGen
|
|
AVRTargetMachine.cpp
|
|
)
|
|
|
|
add_dependencies(LLVMAVRCodeGen intrinsics_gen)
|
|
|
|
add_subdirectory(TargetInfo)
|
|
|