This is an archive of the discontinued LLVM Phabricator instance.

Driver: Pass -flavor gnu to lld for AMDGPU rather than -flavor gnu-old
ClosedPublic

Authored by tstellarAMD on Jan 7 2016, 8:54 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellarAMD retitled this revision from to Driver: Pass -flavor gnu to lld for AMDGPU rather than -flavor gnu-old.
tstellarAMD updated this object.
tstellarAMD added a subscriber: cfe-commits.
ruiu edited edge metadata.Jan 7 2016, 9:07 AM

You can use "ld.lld" which is a symlink to lld instead of "lld -flavor gnu".

tstellarAMD edited edge metadata.

Use ld.lld alias instead of '-flavor gnu'

ruiu accepted this revision.Jan 7 2016, 12:35 PM
ruiu edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 7 2016, 12:35 PM
This revision was automatically updated to reflect the committed changes.