[compiler-rt] r244786 - Try to fix the MSVC build now that we use /Zc:inline.

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 17:05:44 PDT 2015


You can probably move it to the header -- this function is called only once
in this file which is probably why I (or someone else?)
added the marker in the .cc file.


On Wed, Aug 12, 2015 at 4:39 PM, Rafael EspĂ­ndola <
rafael.espindola at gmail.com> wrote:

> On 12 August 2015 at 17:52, Kostya Serebryany <kcc at google.com> wrote:
> > I wonder if you can move the ifdef magic into a header file
> > (sanitizer_internal_defs.h)
> > Having ifdefs throughout the code is really annoying.
>
> This code is really peculiar. It has an always_inline marker on the .cpp
> file...
>
> Cheers,
> Rafael
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150812/11fe29ef/attachment.html>


More information about the llvm-commits mailing list