[llvm] [clang] [RISCV] Add -march support for many of the S extensions mentioned in the profile specification. (PR #79399)
Craig Topper via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 24 22:30:05 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 \
----------------
topperc wrote:
Should I just reformat this file?
https://github.com/llvm/llvm-project/pull/79399
More information about the cfe-commits
mailing list