[PATCH] D103878: [clang][RISCV][test] Add more tests of the -mabi and -march options

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 9 17:00:49 PDT 2021


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: clang/test/Driver/riscv-arch.c:122
+
+// CHECK-LP64F: "-target-feature" "+m"
+// CHECK-LP64F-SAME: {{^}} "-target-feature" "+a"
----------------
```
// CHECK-LP64F:      "-target-feature" "+m"
// CHECK-LP64F-SAME: {{^}} "-target-feature" "+a"
```


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

https://reviews.llvm.org/D103878



More information about the cfe-commits mailing list