This is an archive of the discontinued LLVM Phabricator instance.

[libc][AMDGPU] Disable the AMDGPU backend's ctor/dtor lowering for libc
ClosedPublic

Authored by jhuber6 on May 23 2023, 7:20 AM.

Details

Summary

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.

Diff Detail

Event Timeline

jhuber6 created this revision.May 23 2023, 7:20 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 23 2023, 7:20 AM
jhuber6 requested review of this revision.May 23 2023, 7:20 AM
This revision was not accepted when it landed; it landed in state Needs Review.May 23 2023, 7:20 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.