This is an archive of the discontinued LLVM Phabricator instance.

ELF: Remove non-standard ELF features from AMDGPU target
ClosedPublic

Authored by tstellarAMD on Mar 2 2016, 3:58 AM.

Details

Reviewers
ruiu
rafael

Diff Detail

Event Timeline

tstellarAMD retitled this revision from to ELF: Remove non-standard ELF features from AMDGPU target.
tstellarAMD updated this object.
tstellarAMD added reviewers: rafael, ruiu.
tstellarAMD added a subscriber: llvm-commits.
rafael accepted this revision.Mar 2 2016, 8:48 AM
rafael edited edge metadata.

LGTM with nits.

Thanks a lot!

test/ELF/amdgpu-globals.s
123

Please leave just

# CHECK: Value:

The test should at some point be changed to use CHECK-NEXT.

136

Don't you want to convert this to "CHECK: Type: PT_LOAD"?

test/ELF/amdgpu-kernels.s
53

leave the "CHECK: Value:"

This revision is now accepted and ready to land.Mar 2 2016, 8:48 AM
ruiu accepted this revision.Mar 2 2016, 8:53 AM
ruiu edited edge metadata.

LGTM. Thank you for doing this!

ruiu added a comment.Mar 9 2016, 1:17 PM

Are you going to submit this?