[llvm-branch-commits] [lldb] [lldb][RISCV] update RISCV target features in disassembler (PR #173047)
David Spickett via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Feb 12 03:00:43 PST 2026
================
@@ -0,0 +1,17 @@
+C_SOURCES := main.c file_with_zcd.c file_with_zcmp.c
+
+include Makefile.rules
+
+CFLAGS_NO_ARCH := $(filter-out -march=%,$(CFLAGS))
----------------
DavidSpickett wrote:
I wonder if you may not need this, since the last -march wins. However this filter documents the intent so I like it.
https://github.com/llvm/llvm-project/pull/173047
More information about the llvm-branch-commits
mailing list