[LLVMdev] RFA: flag_objc_abi on Non-Darwin Platforms?
Duncan Sands
baldrick at free.fr
Sat May 9 00:20:28 PDT 2009
Hi Bill,
> Is the flag_objc_abi variable available on non-Darwin platforms in
> llvm-gcc? I want to use it in llvm-backend.cpp to conditionalize a
> test. But I don't want to break Linux, Ada, Fortran, etc.
since Fortran is now a release language, please always build with
Fortran enabled (add fortran to --enable-languages) when testing.
That should catch problems of this kind.
Ciao,
Duncan.
More information about the llvm-dev
mailing list