Skip to content

Conversation

wrotki
Copy link
Contributor

@wrotki wrotki commented Feb 8, 2024

Turns out this arch is needed by the ABI impls

rdar://121963634

Turns out this arch is needed by the ABI impls

rdar://121963634
@thetruestblue
Copy link
Contributor

thetruestblue commented Feb 8, 2024

Are no changes needed in asan_abi cmakes files?

If we want to test shim tests on all archs the test file checks for archs explicitly:

macro(get_bits_for_arch arch bits)
  if (${arch} MATCHES "arm64|x86_64")
    set(${bits} 64)
  else()
    message(FATAL_ERROR "Unknown target architecture: ${arch}")
  endif()
endmacro() 

@wrotki wrotki merged commit d9c3066 into llvm:main Feb 12, 2024
@wrotki wrotki deleted the build_abi_for_arm64_32 branch February 12, 2024 18:46
wrotki added a commit to swiftlang/llvm-project that referenced this pull request Feb 13, 2024
Turns out this arch is needed by the ABI impls

rdar://121963634

Co-authored-by: Mariusz Borsa <[email protected]>
(cherry picked from commit d9c3066)
wrotki added a commit to swiftlang/llvm-project that referenced this pull request Feb 14, 2024
[Sanitizers][ABI] Build ASAN shim for arm64_32 arch (llvm#81066)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants