[clang] [Driver] Allow -fbasic-block-address-map for AArch64 ELF (PR #82662)

Daniel Hoekwater via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 27 13:24:55 PST 2024


================
@@ -1,4 +1,5 @@
 // RUN: %clang -### -target x86_64 -fbasic-block-address-map %s -S 2>&1 | FileCheck -check-prefix=CHECK-PRESENT %s
+// RUN: %clang -### -target aarch64 -fbasic-block-address-map %s -S 2>&1 | FileCheck -check-prefix=CHECK-PRESENT %s
----------------
dhoekwater wrote:

Done!

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


More information about the cfe-commits mailing list