[compiler-rt] [compiler-rt][RISCV] Implement __init_riscv_features_bit (PR #85790)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 24 16:46:23 PDT 2024


================
@@ -0,0 +1,484 @@
+//=== feature_bits.c - Update RISC-V Feature Bits Structure -*- C -*-=========//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+static long syscall_impl_5_args(long number, long arg1, long arg2, long arg3,
----------------
topperc wrote:

Do we need to check that we're compiling for Linux?

https://github.com/llvm/llvm-project/pull/85790


More information about the llvm-commits mailing list