[llvm-commits] [llvm] r76991 - /llvm/trunk/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp

Eli Friedman eli.friedman at gmail.com
Fri Jul 24 12:08:06 PDT 2009


On Fri, Jul 24, 2009 at 11:54 AM, Evan Cheng<evan.cheng at apple.com> wrote:
> Author: evancheng
> Date: Fri Jul 24 13:54:23 2009
> New Revision: 76991
>
> URL: http://llvm.org/viewvc/llvm-project?rev=76991&view=rev
> Log:
> Add a workaround for Darwin assembler bug where it's not setting the thumb bit in Thumb2 jumptable entries. We now pass Olden.

Won't this lead to generating broken code once the underlying bug is fixed?

-Eli



More information about the llvm-commits mailing list