[all-commits] [llvm/llvm-project] 57662c: [OpenMP] Disable building `libomptarget` on 32-bit...

Shilei Tian via All-commits all-commits at lists.llvm.org
Wed Jan 18 10:40:21 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 57662cb2e375f32008b2373506aeb6f5631f827a
      https://github.com/llvm/llvm-project/commit/57662cb2e375f32008b2373506aeb6f5631f827a
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2023-01-18 (Wed, 18 Jan 2023)

  Changed paths:
    M openmp/CMakeLists.txt

  Log Message:
  -----------
  [OpenMP] Disable building `libomptarget` on 32-bit systems

There are plenty of assumptions in `libomptarget` and the device runtime
about the pointer size or `size_t`, etc. 32-bit systems are not supported. There
is no point to refine whole things to make it portable. This patch simply disables
building on 32-bit systems.

Fix #60121.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D142023




More information about the All-commits mailing list