[PATCH] D138202: [OHOS] Add support for OpenHarmony
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 26 08:44:16 PST 2023
arsenm added a comment.
I'm generally of the opinion that anything and everything can go into Triple
================
Comment at: llvm/include/llvm/ADT/Triple.h:742
+ /// LiteOS default enviroment is also OHOS, but omited on triple.
+ bool isOHOSFamily() const { return isOpenHOS() || isOSLiteOS(); }
+
----------------
As someone who's never heard of this operating system, this helper name isn't particularly enlightening
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138202/new/
https://reviews.llvm.org/D138202
More information about the llvm-commits
mailing list