<div dir="ltr">Hi, <div><br></div><div>Is there a way to see what the default argument llc takes from clang/clang++ ? I'm debugging my backend with a very simple c++ program. Running through </div><div><br></div><div><b>clang++ -target myTarget -S simple.cpp -o simple.s </b> (bug does no show up)</div><div><br></div><div>gives me different results from</div><div><br></div><div><b>clang++ -target myTarget -S -emit-llvm -o simple.cpp -o simple.ll</b></div><div><b>llc simple.ll -o simple.s </b>(bug shows up)</div><div><br></div><div>Just trying to understand what's the difference here </div><div><br></div><div>Thanks,</div><div>Patrick</div><div><br></div><div><br></div><div class="gmail_signature"><div dir="ltr"><div><b></b></div></div></div></div>