[PATCH] D155339: Enable zba and zbs for RISCV64 Android

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 15 14:11:27 PDT 2023


MaskRay added inline comments.


================
Comment at: clang/test/Driver/riscv-features.c:13
 
+// ANDROID: "-target-feature" "+zba"
 // ANDROID: "-target-feature" "+zbb"
----------------
If the features are adjacent, test them on one line. `// ANDROID: "-target-feature" "+zba" "-target-feature" "+zbb" ...`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155339/new/

https://reviews.llvm.org/D155339



More information about the cfe-commits mailing list