<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">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
<a href="http://blog.llvm.org/2010/04/intro-to-llvm-mc-project.html" target="_blank">
http://blog.llvm.org/2010/04/intro-to-llvm-mc-project.html</a>. <br>
<br>
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 tested by elf-dump?<br>
<br>
If this is correct, then is there any documentation on what to do or is there a preferred target that currently supports a standalone assembler as llvm-mc.<br>
<br>
I'm guessing that the answer is yes, I have to know how to parse the target specific assembly and maybe look at the ARM implementation for guidance.<br>
<br>
Cheers,<br>
<br>
Jack<br>
</div>
</body>
</html>