[PATCH] D39256: Add Triple::isOSUnknown
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 24 15:10:31 PDT 2017
dschuff added a comment.
If you wanted to come up with your own set of syscalls or lower-layer stuff, You'd basically be making up your own OS, which you could name. But libclangrt.builtins in particular doesn't really depend on the OS, it's mostly just architecture-specific or processor-specific stuff. So you could reuse the clang support for that.
Anyway I didn't mean to hold up this little CL over that; just an observation.
https://reviews.llvm.org/D39256
More information about the llvm-commits
mailing list