search for: newuc

Displaying 1 result from an estimated 1 matches for "newuc".

Did you mean: newc
2015 Sep 30
3
New LLVM backend Target: compile procedure
Hi all, I'm trying to get familiar with the LLVM build procedure when adding a new Target. In the main source tree, i copied the lib/Target/MSP430 as lib/Target/newUC and renamed all the files. Further i edited the different files like Triple.h, Triple.cpp, LLVMBuild.txt, CMakeLists.txt, CallingConv.h to take in this new Target. Then i deleted the files under the current build/ and started the LLVM build process anew. Is all of this the right way t...