Hi,<div><br></div><div>I was trying to port a Target from llvm-2.6 to llvm-2.9 and have got stuck to a very strange problem.</div><div><br></div><div>There was an option defined in the target Asm Printer file with signature as - </div>
<div><br></div><div><div>static cl::opt<bool> AsdPri("asd-pri", cl::Hidden, cl::desc("Print ASD format"));</div></div><div><br></div><div>How after compiling the target, I dont see the option enabled in </div>
<div>$ llc -help-hidden</div><div>Also it gives error while using the command line option -asd-pri.</div><div><br></div><div>Strange thing is that it works if I copy this declaration to other file in the same folder. Can some one please point out something that has changed in llvm-2.6 to llvm-2.9 that could be causing the problem ? Or any other suggestions. I have already tried looking at svn logs to find something related.</div>
<div><br></div><div>Thanks,</div><div>Ankur</div><div><br></div><div>P.S. Sorry for not being able to share the actual source files right now.</div><div><br></div>