[clang] [llvm] CodeGen, IR: Add target-{cpu,features} attributes to functions created via createWithDefaultAttr(). (PR #96721)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 25 19:23:31 PDT 2024


================
@@ -0,0 +1,17 @@
+// RUN: %clang -S -emit-llvm --coverage --target=aarch64-linux-android30 -fsanitize=hwaddress %s -o %t
----------------
MaskRay wrote:

Prefer %clang_cc1 in non-driver tests

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


More information about the cfe-commits mailing list