[clang] [Clang][OHOS] Keep ARM ABI selection logic in sync between Clang and LLVM (PR #68656)
Anton Korobeynikov via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 14 15:28:49 PDT 2023
================
@@ -519,6 +519,7 @@ StringRef ARM::computeDefaultTargetABI(const Triple &TT, StringRef CPU) {
case Triple::GNUEABIHF:
case Triple::MuslEABI:
case Triple::MuslEABIHF:
+ case llvm::Triple::OpenHOS:
----------------
asl wrote:
```suggestion
case Triple::OpenHOS:
```
https://github.com/llvm/llvm-project/pull/68656
More information about the cfe-commits
mailing list