[Lldb-commits] [lldb] Replace ArchSpec::PiecewiseCompare() with Triple::operator==() (PR #82804)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 23 10:55:45 PST 2024
================
@@ -0,0 +1,2 @@
+C_SOURCES := main.c
+include Makefile.rules
----------------
adrian-prantl wrote:
That is implicit. If you are running the tests with an arm64e ARCH, the test will run (with that triple).
https://github.com/llvm/llvm-project/pull/82804
More information about the lldb-commits
mailing list