This is an archive of the discontinued LLVM Phabricator instance.

Fix TestPluginCommands for gcc.
ClosedPublic

Authored by chaoren on Apr 15 2015, 6:38 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

chaoren updated this revision to Diff 23818.Apr 15 2015, 6:38 PM
chaoren retitled this revision from to GCC requires LDFLAGS at the end of the command line..
chaoren updated this object.
chaoren edited the test plan for this revision. (Show Details)
chaoren added reviewers: sivachandra, pcc, clayborg.
chaoren added a subscriber: Unknown Object (MLST).

There's a bunch of other places with $(LD) $(LDFLAGS) ..., I'm not sure if it's necessary to change all of them.

chaoren retitled this revision from GCC requires LDFLAGS at the end of the command line. to Fix TestPluginCommands for gcc..Apr 16 2015, 10:48 AM
chaoren updated this object.
chaoren updated this revision to Diff 23867.Apr 16 2015, 10:49 AM

Update for consistency.

clayborg accepted this revision.Apr 16 2015, 3:04 PM
clayborg edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Apr 16 2015, 3:04 PM
This revision was automatically updated to reflect the committed changes.