This is an archive of the discontinued LLVM Phabricator instance.

[libc] Don't use '-nolibc' on the GPU build
ClosedPublic

Authored by jhuber6 on May 3 2023, 8:14 AM.

Details

Summary

We previously changed this to use nolibc to allow it to link in
compiler builtins for the CPU build. However, these options are unused
on the GPU and create a lot of noise. Furthermore, we want to use
nogpulib to prevent the linking in of the vendor libraries.

Diff Detail

Event Timeline

jhuber6 created this revision.May 3 2023, 8:14 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 3 2023, 8:14 AM
jhuber6 requested review of this revision.May 3 2023, 8:14 AM
sivachandra accepted this revision.May 3 2023, 8:59 AM
This revision is now accepted and ready to land.May 3 2023, 8:59 AM
This revision was automatically updated to reflect the committed changes.