[clang] [llvm] CodeGen, IR: Add target-{cpu,features} attributes to functions created via createWithDefaultAttr(). (PR #96721)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 25 20:38:58 PDT 2024
================
@@ -0,0 +1,17 @@
+// RUN: %clang -S -emit-llvm --coverage --target=aarch64-linux-android30 -fsanitize=hwaddress %s -o %t
----------------
pcc wrote:
Done
https://github.com/llvm/llvm-project/pull/96721
More information about the cfe-commits
mailing list