Displaying 1 result from an estimated 1 matches for "sparctargetinfo".
2017 May 03
3
I want to update WritingAnLLVMBackend document
...rs of AVR target, I want to update
WritingAnLLVMBackend document to be familiar with the development of
backend, because:
1. The structure of LLVMTargetMachine
https://github.com/llvm-mirror/llvm/blob/master/docs/WritingAnLLVMBackend.rst#target-machine
has been changed a lot!
2. LLVMInitializeSparcTargetInfo
https://github.com/llvm-mirror/llvm/blob/master/docs/WritingAnLLVMBackend.rst#target-registration
not mentioned the directory structure: TargetInfo/SparcTargetInfo.cpp
3. There is the Sparc target example in the document, but we could add
AVR target as another example
Please give me some advic...