[Clang] Disable building tools for 32-bit hosts as well
authorJoseph Huber <jhuber6@vols.utk.edu>
Wed, 8 Feb 2023 03:18:09 +0000 (21:18 -0600)
committerJoseph Huber <jhuber6@vols.utk.edu>
Wed, 8 Feb 2023 03:18:50 +0000 (21:18 -0600)
commit472393eff45002f60826f04fcc9261eeaa9f8691
tree087fd2d61a4650e5a084dd1e7fc747f87d3ff8ec
parent3941355d8fee763e99c259ecd02f6fe567583296
[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.
clang/tools/amdgpu-arch/CMakeLists.txt
clang/tools/nvptx-arch/CMakeLists.txt