[cfe-commits] [patch] Don't mark libc++ functions as always_inline in debug mode.

Jeffrey Yasskin jyasskin at gmail.com
Sun Feb 19 18:30:07 PST 2012


This patch may not be quite right, since the always_inline macros seem
to also have visibility effects, which this patch would block. I also
had to build with an explicit -UNDEBUG since cmake appears to add
-DNDEBUG regardless of whether the build mode requests it.

Jeffrey
-------------- next part --------------
A non-text attachment was scrubbed...
Name: no_inline_debug.patch
Type: text/x-patch
Size: 681 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120219/71653b14/attachment.bin>


More information about the cfe-commits mailing list