Displaying 1 result from an estimated 1 matches for "illvmtest".
Did you mean:
llvmtest
2006 Dec 01
1
[LLVMdev] Disable Inlining
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