================
@@ -0,0 +1,30 @@
+// RUN: %clang_cc1 -triple aarch64-none-none -mbranch-target-enforce 
-msign-return-address=all -fcxx-exceptions -fexceptions -emit-llvm %s -o - | 
FileCheck %s --check-prefixes=CHECK
----------------
MaskRay wrote:

perhaps it's time to add CodeGenCXX/AArch64/ ? We have more target-specific 
directories under CodeGen.

Then the weird `arm64-` prefix (not recommended for ELF/Arm official) can be 
removed.

You can remove `-fcxx-exceptions -fexceptions` since they are unused`. `-triple 
aarch64-none-none` can just be `-triple aarch64`.

https://github.com/llvm/llvm-project/pull/83277
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to