This is an archive of the discontinued LLVM Phabricator instance.

-iframework option should be forwarded to linker
ClosedPublic

Authored by steven_wu on Jan 21 2015, 12:10 PM.

Details

Summary

-iframework option is used to specified System framework path so the
path specified should be passed to linker as -F option
rdar://problem/18234544

Diff Detail

Event Timeline

steven_wu updated this revision to Diff 18547.Jan 21 2015, 12:10 PM
steven_wu retitled this revision from to -iframework option should be forwarded to linker.
steven_wu updated this object.
steven_wu edited the test plan for this revision. (Show Details)
steven_wu added a reviewer: bob.wilson.
steven_wu added a subscriber: Unknown Object (MLST).
steven_wu updated this revision to Diff 18548.Jan 21 2015, 12:50 PM
  • Format fix

    The extra braces are bad so I get rid of them. The range loop doesn't make thing better because of the long variable names. I happily switch to auto but keep my original loop structure.

Hi David

Sorry I dropped you from the previous update. Does the updated patch look ok now?

Thanks

Steven

This revision was automatically updated to reflect the committed changes.