Displaying 1 result from an estimated 1 matches for "asdpri".
Did you mean:
addri
2011 Jun 17
1
[LLVMdev] Problem regarding llc command line option
Hi,
I was trying to port a Target from llvm-2.6 to llvm-2.9 and have got stuck
to a very strange problem.
There was an option defined in the target Asm Printer file with signature as
-
static cl::opt<bool> AsdPri("asd-pri", cl::Hidden, cl::desc("Print ASD
format"));
How after compiling the target, I dont see the option enabled in
$ llc -help-hidden
Also it gives error while using the command line option -asd-pri.
Strange thing is that it works if I copy this declaration to other file i...