[clang] [RISCV] Disable generation of asynchronous unwind tables for RISCV baremetal (PR #81727)
Garvit Gupta via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 20 06:06:23 PST 2024
================
@@ -421,3 +421,11 @@
// MIPSN32R6EL: "-target-cpu" "mips64r6"
// MIPSN32R6EL: "-target-abi" "n32"
// MIPSN32R6EL: "-mfloat-abi" "hard"
+
+// RUN: %clang --target=riscv32-unknown-elf --gcc-toolchain="" -### %s 2>&1 | FileCheck %s -check-prefix=NOUWTABLE
----------------
quic-garvgupt wrote:
Done
https://github.com/llvm/llvm-project/pull/81727
More information about the cfe-commits
mailing list