[PATCH] D39256: Add Triple::isOSUnknown
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 24 14:25:37 PDT 2017
dschuff added a comment.
https://reviews.llvm.org/D39218 uses the path we want want if the OS is 'unknown'. But shouldn't we make it so that any 'wasm-*-*' triple behaves the same way? i.e. someone who wants to put their own OS name in there but wants to use that same layout (or for that matter, maybe we want to adopt that in emscripten too).
https://reviews.llvm.org/D39256
More information about the llvm-commits
mailing list