<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<div><br></div><div>I want to convert LLVM bitcode files to cpp. I use these commands:</div><div><br></div><div>1. clang -c -emit-llvm -fopenmp=libiomp5 oh2.c -o oh2.bc</div><div>2. llc -march=cpp oh2.bc -o oh2.cpp</div><div>3. g++ -fno-rtti -O0 -g `$HOME/llvmbuild/bin/llvm-config --cxxflags` oh2.cpp `$HOME/llvmbuild/bin/llvm-config --ldflags --libs --system-libs` -o oh2c</div><div><span style="font-size: 12pt;"><br></span></div><div><span style="font-size: 12pt;">After the 3rd command, I get a lot of compilation errors. Is it possible that llc -march=cpp generates incorrect code?</span></div><div><span style="font-size: 12pt;"><br></span></div><div><span style="font-size: 12pt;">Thanks,</span></div><div><span style="font-size: 12pt;"><br></span></div><div><span style="font-size: 12pt;">Erdem Derebasoglu</span></div>                                       </div></body>
</html>