search for: 17f00a34

Displaying 3 results from an estimated 3 matches for "17f00a34".

2012 Jan 12
0
[LLVMdev] llvm-mc standalone assemblers and testing
On Jan 11, 2012, at 6:05 PM, Carter, Jack wrote: > I have had references to llvm-mc in terms of a tester for MC level code changes and have just found and read the blog http://blog.llvm.org/2010/04/intro-to-llvm-mc-project.html. > > Am I correct that lib/Target/<target>/AsmParser/*.cpp needs to be completed to make a standalone assembler for a specific target and until that is
2012 Jan 12
2
[LLVMdev] llvm-mc standalone assemblers and testing
I have had references to llvm-mc in terms of a tester for MC level code changes and have just found and read the blog http://blog.llvm.org/2010/04/intro-to-llvm-mc-project.html. Am I correct that lib/Target/<target>/AsmParser/*.cpp needs to be completed to make a standalone assembler for a specific target and until that is done, llvm-mc can't be used to generate output object that is
2012 Jan 12
2
[LLVMdev] llvm-mc standalone assemblers and testing
...can generate object files from higher-level inputs (.c, .ll) without a functional AsmParser as long as your inputs don't use inline assembly. --Owen -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120112/17f00a34/attachment.html>