The "macosx" OS type is still the canonical type. In the future "macos" will become the canonical OS type (but we will still support "macosx").
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Support/Triple.cpp | ||
---|---|---|
987–988 ↗ | (On Diff #97444) | You could simplify this: else if (getOS() == MacOSX) OSName.consume_front("macos"); |