[llvm] [Clang][OHOS] Keep ARM ABI selection logic in sync between Clang and LLVM (PR #68656)
    Anton Korobeynikov via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Oct 14 15:28:50 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 llvm-commits
mailing list