This is an archive of the discontinued LLVM Phabricator instance.

LLD/AMDGPU: Infer os abi based on input llvm bitcode
ClosedPublic

Authored by kzhuravl on Oct 8 2020, 6:31 AM.

Diff Detail

Event Timeline

kzhuravl created this revision.Oct 8 2020, 6:31 AM
kzhuravl requested review of this revision.Oct 8 2020, 6:31 AM
MaskRay added inline comments.Oct 8 2020, 11:56 AM
lld/test/ELF/lto/amdgcn-amdhsa.ll
1 ↗(On Diff #296949)

The three tests are mostly identical. ; RUN: split-file %s %t may be a good fit to place the three tests in one file.

kzhuravl updated this revision to Diff 297111.Oct 8 2020, 8:02 PM
kzhuravl marked an inline comment as done.

Address review feedback:

  • Merge tests into one test file
MaskRay accepted this revision.Oct 10 2020, 11:51 AM
This revision is now accepted and ready to land.Oct 10 2020, 11:51 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 13 2020, 9:21 AM