[all-commits] [llvm/llvm-project] 8c626f: [Libomptarget] Reintroduce host architecture check...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Jul 25 14:01:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c626fc0c8a904c0040a36561edd9b62ac3b71b4
https://github.com/llvm/llvm-project/commit/8c626fc0c8a904c0040a36561edd9b62ac3b71b4
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-07-25 (Mon, 25 Jul 2022)
Changed paths:
M openmp/libomptarget/DeviceRTL/CMakeLists.txt
Log Message:
-----------
[Libomptarget] Reintroduce host architecture checks for device RTL
A previous patch removed the need to set the auxiliary architecture as
it was no longer needed for the clang invocation after moving to using
the clang frontend. However, this had a second use of preventing
unsupported host architectures from building the device runtime. This
caused failures when trying to build on 32-bit hosts for example.
Fixes #56699
Reviewed By: tianshilei1992
Differential Revision: https://reviews.llvm.org/D130509
More information about the All-commits
mailing list