[all-commits] [llvm/llvm-project] 472393: [Clang] Disable building tools for 32-bit hosts as...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Feb 7 19:19:31 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 472393eff45002f60826f04fcc9261eeaa9f8691
https://github.com/llvm/llvm-project/commit/472393eff45002f60826f04fcc9261eeaa9f8691
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-02-07 (Tue, 07 Feb 2023)
Changed paths:
M clang/tools/amdgpu-arch/CMakeLists.txt
M clang/tools/nvptx-arch/CMakeLists.txt
Log Message:
-----------
[Clang] Disable building tools for 32-bit hosts as well
Summary:
Offloading is not supported on 32-bit applications. We already disable
this for 32-bit cross-compiling but we also need to disable it for
32-bit native machines as well.
More information about the All-commits
mailing list