[clang] clang driver: enable fast unaligned access for Android on RISCV64 (PR #85704)

via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 19 10:00:03 PDT 2024


================
@@ -1,7 +1,7 @@
 // RUN: %clang --target=riscv32-unknown-elf -### %s -fsyntax-only 2>&1 | FileCheck %s
 // RUN: %clang --target=riscv64-unknown-elf -### %s -fsyntax-only 2>&1 | FileCheck %s
 // RUN: %clang --target=riscv64-linux-android -### %s -fsyntax-only 2>&1 | FileCheck %s -check-prefixes=ANDROID,DEFAULT
----------------
pirama-arumuga-nainar wrote:

Check for FAST-UNALIGNED-ACCESS here as well.

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


More information about the cfe-commits mailing list