<div>Hi all,</div>
<div> </div>
<div>I created a stub backend foo modified from the PTX backend, and made the corresponding modifications in configure.sh, include/ADT/Triple.h and lib/Support/Triple.cpp. However, when compiling using --enable-targets=foo, llc cannot linked properly due to the fact that -lLLVMFOODesc (generated from folder MCTargetDesc) is missing from the command line. I tried to use llvm-config foo --libs and found that -lLLVMFOODesc is not in the library dependences. </div>


<div>I have no idea why this happens. How can this problem be solved? Any help is appreciated! Thanks!</div>
<div> </div>
<div>Regards,</div>
<div>Lei Mou</div>