<div>Hi all, </div><div><br></div><div>I met an error when I run the<font face="courier new, monospace"> llc </font>command to transform a bitcode file to C code (source to source):</div><div><font face="courier new, monospace">$ llc -march=c -o foo.c foo.ll</font><br>

</div><div>However, it said "<i>llc: error: invalid target 'c'.</i>" I checked the '<font face="courier new, monospace">llc --version</font>' only to find that there is no <b>c</b> as target. The <b>cpp</b> was there, which makes calls against the LLVM C++ API. But that's not what I want. </div>

<div><br></div><div>I configured my LLVM with default options, thus I supposed the 'cbe' should have been enabled as a supported target. Nevertheless, I tried to enable it explicitly:</div><div><font face="courier new, monospace">$ ../configure --enable-targets=cbe</font><br>

</div><div>It occurred the error: "<i>configure: error: Unrecognized target cbe</i>"</div><div><br></div><div>Any clue?</div><div><br></div><div>Thank you.</div>-- <br><font face="arial, helvetica, sans-serif" style="background-color:rgb(255,255,255)" color="#666666">Mingliang LIU (刘明亮 in Chinese)<br>

<br>PACMAN Group,  Dept. of Computer Science & Technology<br>Tsinghua University, Beijing 100084, China<br>Email: <a href="mailto:liuml07@mails.tsinghua.edu.cn" target="_blank">liuml07@mails.tsinghua.edu.cn</a></font><div>

<font face="arial, helvetica, sans-serif" style="background-color:rgb(255,255,255)" color="#666666">Homepage: <a href="http://pacman.cs.tsinghua.edu.cn/~liuml07" style="line-height:19px;text-align:center" target="_blank">http://pacman.cs.tsinghua.edu.cn/~liuml07/</a></font></div>

<br>