This is an archive of the discontinued LLVM Phabricator instance.

[libc] Do not include GPU system libraries for integration tests
AbandonedPublic

Authored by jhuber6 on Jun 22 2023, 1:16 PM.

Details

Reviewers
JonChesterfield
Summary

These should have -nogpulib but do not inherit it from anywhere else.
Add it in to prevent it from being pulled in as these compilations are
supposed to be 100% freestanding.

Diff Detail

Event Timeline

jhuber6 created this revision.Jun 22 2023, 1:16 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 22 2023, 1:16 PM
jhuber6 requested review of this revision.Jun 22 2023, 1:16 PM
JonChesterfield accepted this revision.Jun 22 2023, 1:23 PM

Might be a subset of D153581

This revision is now accepted and ready to land.Jun 22 2023, 1:23 PM
jhuber6 updated this revision to Diff 533767.Jun 22 2023, 1:25 PM

Updating for the other stuff

jhuber6 abandoned this revision.Jun 22 2023, 1:29 PM

Turns out that this picks it up from add_object_library.