<div dir="ltr">Yes, llvm::InitializeAllTargetMCs(void) does seem to be autogenerated.  It is _LLVMInitializeFooTargetMC that I can't find documented anywhere.</div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Mar 14, 2015 at 12:05 AM, Anton Korobeynikov <span dir="ltr"><<a href="mailto:anton@korobeynikov.info" target="_blank">anton@korobeynikov.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This function is autogenerated. You need also to change top-level<br>
configure / cmake files.<br>
<div><div class="h5"><br>
On Sat, Mar 14, 2015 at 8:38 AM, Daniel Dilts <<a href="mailto:diltsman@gmail.com">diltsman@gmail.com</a>> wrote:<br>
> In attempting to add a backend I came across the documentation here:<br>
> <a href="http://llvm.org/docs/WritingAnLLVMBackend.html" target="_blank">http://llvm.org/docs/WritingAnLLVMBackend.html</a><br>
><br>
> The section on the build system seems to be out of date, or maybe I don't<br>
> understand it.  I copied the Sparc target to a directory (Foo for the<br>
> example), added Foo to the subdirectories list in<br>
> llvm\lib\Target\LLVMBuild.txt and to LLVM_ALL_TARGETS in<br>
> llvm\CMakeLists.txt.  I removed the files except for FooTargetMachine.cpp<br>
> and FooTargetMachine.h.<br>
><br>
> FooTargetMachine is not completed yet, but I was trying to compile and get<br>
> linker errors about _LLVMInitializeFooTargetMC referenced in function void<br>
> llvm::InitializeAllTargetMCs(void).  I do not see anything about how to<br>
> implement this function.<br>
><br>
> Is there additional documentation about how to implement a backend that I am<br>
> missing?<br>
><br>
</div></div>> _______________________________________________<br>
> LLVM Developers mailing list<br>
> <a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
With best regards, Anton Korobeynikov<br>
Faculty of Mathematics and Mechanics, Saint Petersburg State University<br>
</font></span></blockquote></div><br></div>