[all-commits] [llvm/llvm-project] ad00a3: [libc][AMDGPU] Disable the AMDGPU backend's ctor/d...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue May 23 07:20:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad00a3db4dde0507f8a6be5f1c5eb2b54d242f0a
https://github.com/llvm/llvm-project/commit/ad00a3db4dde0507f8a6be5f1c5eb2b54d242f0a
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-05-23 (Tue, 23 May 2023)
Changed paths:
M libc/startup/gpu/amdgpu/CMakeLists.txt
Log Message:
-----------
[libc][AMDGPU] Disable the AMDGPU backend's ctor/dtor lowering for libc
The AMDGPU backend has a built-in pass to lower constructors. We do this
manually in the `start.cpp` implementation so we can disable this to
keep the binaries smaller.
Differential Revision: https://reviews.llvm.org/D151213
More information about the All-commits
mailing list