[llvm-commits] [llvm-gcc-4.2] r102148 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp
Anton Korobeynikov
anton at korobeynikov.info
Sat Apr 24 09:19:26 PDT 2010
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
More information about the llvm-commits
mailing list