Fix for bug 28370, originally submitted to llvm-commits
http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20160627/369316.html
and approved
http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20161024/399906.html
Differential D33716
Provide path to Solaris.h include (Bug 28370) ro on May 31 2017, 2:58 AM. Authored by
Details
Fix for bug 28370, originally submitted to llvm-commits http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20160627/369316.html and approved http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20161024/399906.html
Diff Detail
Event TimelineComment Actions My personal opinion is that -include is the wrong way of doing the work. At least part of this code (endian) perhaps should go to include/llvm/Support/Host.h. Comment Actions While generally I would agree with this sentiment, there is one part of Solaris.h which is very hard to do w/o -include. |