[PATCH] D82337: [Triple] support macOS 11 os version number
Alex Lorenz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 22 17:45:16 PDT 2020
arphaman marked an inline comment as done.
arphaman added inline comments.
================
Comment at: llvm/unittests/ADT/TripleTest.cpp:1264
+
+ T = Triple("x86_64-apple-darwin20.1");
+ EXPECT_TRUE(T.isMacOSX());
----------------
I will remove this triple as this use-case is not relevant and the check below is failing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82337/new/
https://reviews.llvm.org/D82337
More information about the llvm-commits
mailing list