Hi,<div><br></div><div>     I am getting the following error from LLVM 2.9/Final for the sparc code  and I wonder whether I am misusing the command line options, which are shown below;</div><div><br></div><div>     clang -ccc-host-triple sparc-unknown-linux -ccc-clang-archs sparc -S -emit-llvm sample1.c -o sample1.ll</div>

<div><br></div><div>     -->  clang: warning: unknow platform, assuming -mfloat-abi=soft</div><div>     -->  error: error reading 'soft'</div><div><br></div><div>     In order to get rid of this error, I commented clang/lib/Driver/Tools.cpp:L680.</div>
<div><br></div><div>     I wonder whether there are any significant the side-effects from commenting "CmdArgs.push_back("soft");"</div><div>  </div><div>     Also, can anyone explain the significance of the option -ccc-host-triple sparc-unknown-linux?</div>
<div><br></div><div>Thanks,</div><div><br></div><div>Gangryung<br><br>
</div>