[compiler-rt] [Sanitizers][ABI] Build ASAN shim for arm64_32 arch (PR #81066)

via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 17:14:12 PST 2024


================
@@ -20,6 +20,7 @@ set(VE ve)
 if(APPLE)
   set(ARM64 arm64)
   set(ARM32 armv7 armv7s armv7k)
+  set(ARM64_32 arm64_32)
----------------
thetruestblue wrote:

I am confused why this would be new here. We already have watch support for Asan. I understand the other changed line. But this is surprising we need this.

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


More information about the llvm-commits mailing list