[llvm-commits] [llvm-gcc-4.2] r102148 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp
Bill Wendling
isanbard at gmail.com
Sat Apr 24 21:55:10 PDT 2010
Doh. Sorry. Fixed.
-bw
On Apr 24, 2010, at 9:19 AM, Anton Korobeynikov wrote:
> Hi, Bill
>
>> + if (!TARGET_64BIT && Callee->getName() == "objc_exception_throw")
>> + cast<Function>(Callee)->removeFnAttr(Attribute::NoReturn);
> This breaks every non x86 target (e.g. ARM) since TARGET_64 might now
> be defined. Please investigate.
>
> Thanks!
>
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State University
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list