[clang] [llvm] [RISCV] Add -march support for many of the S extensions mentioned in the profile specification. (PR #79399)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 24 22:15:31 PST 2024
================
@@ -269,6 +286,142 @@
// CHECK-M-EXT: __riscv_mul 1
// CHECK-M-EXT: __riscv_muldiv 1
+// RUN: %clang --target=riscv32-unknown-linux-gnu \
----------------
MaskRay wrote:
(For newer tests, ensure the continuation line is indented by 2 spaces)
https://github.com/llvm/llvm-project/pull/79399
More information about the cfe-commits
mailing list