[cfe-dev] clang on darwin broken since r212689
Jack Howarth
howarth.mailing.lists at gmail.com
Fri Jul 18 08:48:54 PDT 2014
I haven't seen this discussed outside of my bug report…
http://llvm.org/bugs/show_bug.cgi?id=20326
and the later comments on…
http://reviews.llvm.org/D3908
but the commit of r212689…
https://www.mail-archive.com/cfe-commits@cs.uiuc.edu/msg100897.html
has broken the darwin targets for clang via blockage of the proper use of
the
system _stdint.h and _types.h headers by the newly added clang versions.
This should be a release blocker for branching 3.5 until it is resolved, no?
Deleting the installed /sw/opt/llvm-3.5.0/lib/clang/3.5.0/include/_stdint.h
and
/sw/opt/llvm-3.5.0/lib/clang/3.5.0/include/_types.h files eliminates the
breakage
so perhaps the best solution is not to have those files installed at all
outside
of the freebsd target.
Jack
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140718/e6dce0aa/attachment.html>
More information about the cfe-dev
mailing list