[llvm-commits] Patch for pr11798: Emit _fltused during FastISel

Joe Groff arcata at gmail.com
Sat Feb 18 22:40:56 PST 2012


I posted this patch a month ago, and I wanted to make sure it got
looked at. The Visual Studio linker links floating-point support
conditionally based on the presence of a magic symbol `_fltused`
emitted by the Microsoft C++ compiler. LLVM already properly emits
this symbol for win32 targets during normal instruction selection, but
not during fastisel. This patch makes it so that `_fltused` is also
emitted properly during fastisel. Let me know if there are any changes
necessary. Thanks.

-Joe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pr11798-2.diff
Type: application/octet-stream
Size: 3023 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120218/ff0ee204/attachment.obj>


More information about the llvm-commits mailing list