[llvm-commits] [llvm] r154124 - /llvm/trunk/tools/lto/LTOCodeGenerator.cpp

Eric Christopher echristo at apple.com
Mon Apr 9 16:31:27 PDT 2012


On Apr 9, 2012, at 3:57 PM, Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote:

>> And what if the user would like zed to stick around for debugging purposes? What recourse do they have?
> 
> I am fine with adding a debug option.

__attribute__((used)) is the standard mechanism for this sort of thing.

-eric



More information about the llvm-commits mailing list