[LLVMdev] Disable Inlining

Ryan M. Lefever lefever at crhc.uiuc.edu
Fri Dec 1 15:30:25 PST 2006


I ran the following command:

llvm-gcc -Iinclude -Illvmtest  -Wa,-disable-inlining 
-Wl,-disable-inlining -c -o llvmtest/sliceme2.bc llvmtest/sliceme2.c

And it responded with the following:

as: unrecognized option `-disable-inlining'

Does -disable-inlining not work anymore?

Thanks,
Ryan



More information about the llvm-dev mailing list