[llvm] r177087 - Test that we emit a DW_AT_location for self captured by a block.
Adrian Prantl
aprantl at apple.com
Thu Mar 14 11:26:47 PDT 2013
On Mar 14, 2013, at 11:21 AM, David Blaikie <dblaikie at gmail.com> wrote:
> You hand reduced the resulting IR? Could you've hand reduced the
> source code instead/mostly? It may be best to keep the IR an exact
> match for the source to reduce confusion/variance if this ever needs
> to be regenerated.
Technically, delta did the heavy lifting :-)
I thought having an overseeable IR would be preferable. The source code is already minimal, but clang generates several Objective C helper functions that are not really relevant to the test. The original .ll is ~ 600 lines. If you want to I can check that one in instead?
-- adrian
More information about the llvm-commits
mailing list