This is an archive of the discontinued LLVM Phabricator instance.

gcc comptability: silent -fdefer-pop & -fno-defer-pop
ClosedPublic

Authored by sylvestre.ledru on Jul 1 2014, 10:42 AM.

Diff Detail

Event Timeline

sylvestre.ledru retitled this revision from to gcc comptability: silent -fdefer-pop & -fno-defer-pop .
sylvestre.ledru updated this object.
sylvestre.ledru edited the test plan for this revision. (Show Details)
sylvestre.ledru added a reviewer: rafael.
sylvestre.ledru added a subscriber: Unknown Object (MLST).

FYI, it is one of the most common failure of Unknown argument:
http://clang.debian.net/status.php?version=3.4.2&key=UNKNOWN_ARG

rnk accepted this revision.Jul 1 2014, 2:26 PM
rnk added a reviewer: rnk.
rnk added a subscriber: rnk.

lgtm

This seems like exactly the kind of optimization tweaking options that we ignore for gcc compatibility. If we implemented this, I guess it would control shrink-wrapping optimizations in the backend.

This revision is now accepted and ready to land.Jul 1 2014, 2:26 PM