[LLVMbugs] [Bug 21565] r221918 breaks bootstrap on Fedora 20/x86-64

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Nov 20 11:42:00 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=21565

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #5 from Reid Kleckner <rnk at google.com> ---
Richard, your egregious hack also fires on *exactly the same case* in MSVC's
Dinkumware STL, which expects the lazy behavior, not the eager behavior.

Worse than that, it's hard for me to make a preprocessed source file that
retains the system header-ness due to http://llvm.org/PR20553.

Do we have any better indicators for which STL we're using? Worst case we can
disable this hack when Triple::isWindowsMSVCEnvironment(), but I know that Sony
for example uses Dinkumware on non-Windows OSs.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141120/6c8d826b/attachment.html>


More information about the llvm-bugs mailing list