[llvm-commits] Patch for pr9213: Emit global_ctors into MSVCRT-compatible '.CRT$XCU' section for win32 targets

Anton Korobeynikov anton at korobeynikov.info
Mon Feb 20 23:12:37 PST 2012


> Here's a partial fix I sent a while back for pr9213. With this patch,
> global_ctors pointers will be generated into the '.CRT$XCU' section of
> the COFF output file instead of '.ctors' when targeting *-*-win32, so
> that global_ctors will be run automatically by the Microsoft CRT.
> (MSVCRT does not support an analog to the sysv '.dtors' section, so
> this patch does not affect global_dtors, which still will not be run
> by the stock CRT on win32 targets.) Let me know if any changes are
> necessary. Thanks.
LGTM

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-commits mailing list