[clang] [llvm] [Driver] Rearrange some Apple version testing (PR #94514)

Paul T Robinson via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 11 06:09:44 PDT 2024


================
@@ -0,0 +1,9 @@
+; Test emitting version_min directives.
+
+; RUN: llc %s -filetype=asm -o - --mtriple arm64-apple-tvos9.0.0 | FileCheck %s --check-prefix=TVOS
----------------
pogo59 wrote:

Right, this test has one arm64 command and two thumb commands. 

I just now pushed #95106 to add aarch64-registered-target to this test. I did that because the different options are thematically related and splitting into two tests seemed not in the best interests of test coherency.

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


More information about the cfe-commits mailing list