[all-commits] [llvm/llvm-project] 170467: [libc] fix 32bit riscv atomic tests (#119087)

Schrodinger ZHU Yifan via All-commits all-commits at lists.llvm.org
Sun Dec 8 19:29:47 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 170467eeab6a6e2834c706cc709652d7da74085d
      https://github.com/llvm/llvm-project/commit/170467eeab6a6e2834c706cc709652d7da74085d
  Author: Schrodinger ZHU Yifan <yifanzhu at rochester.edu>
  Date:   2024-12-08 (Sun, 08 Dec 2024)

  Changed paths:
    M libc/test/src/__support/CPP/atomic_test.cpp

  Log Message:
  -----------
  [libc] fix 32bit riscv atomic tests (#119087)

This patch fixes test build failures on rv32 platforms. For non-integral
data, it always limits the size and align to be the same as platform
pointer layout. This should avoid the emitting of call to external
`libatomic` symbols.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list