[PATCH] D34136: [Solaris] replace Solaris.h hack with a set of better hacks
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 13 05:56:57 PDT 2017
krytarowski added inline comments.
================
Comment at: include/llvm/module.modulemap:279
- // Exclude this; it's only included on Solaris.
- exclude header "Support/Solaris.h"
-
----------------
Do we want to install globally `Solaris/sys/regset.h`? Is it needed by Clang, LLDB or other projects?
https://reviews.llvm.org/D34136
More information about the llvm-commits
mailing list