search for: xcctargetmachin

Displaying 2 results from an estimated 2 matches for "xcctargetmachin".

Did you mean: xcctargetmachine
2006 Nov 17
2
[LLVMdev] Registering '-march=' option for LLC
2006 Nov 18
2
[LLVMdev] Registering '-march=' option for LLC
...ind helping me again to resolve this problem? Thank you very much. Seung Jae Lee >>While making my code for LLVM backend, I'd indeed like to >>convert HLL to the text assembly code for my new >>architecture. >>I registered my target through >>RegisterTarget<XccTargetMachine> X("xcc", "XCC"); >>in XccTargetMachine.cpp. Your response: Make sure that the library is being linked into your tool. This requires adding code to llvm/autoconf/configure.ac (search for TARGETS_TO_BUILD, add yours). Then regenerate configure, then rerun configure...