This is an archive of the discontinued LLVM Phabricator instance.

[clang][IFS] Ignoring -Xlinker/-Xclang arguments in InterfaceStubs pass for now.
ClosedPublic

Authored by plotfi on Nov 28 2019, 10:43 PM.

Details

Summary

I intend to add something like -Xifs, but for now if an InputArg is not a filename then I want to skip it.

Diff Detail

Event Timeline

plotfi created this revision.Nov 28 2019, 10:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 28 2019, 10:43 PM
compnerd accepted this revision.Nov 29 2019, 10:25 AM

Could you please provide a proper commit message before committing this? Also -Xifs is actually the inverse of what you want - that would be a set of arguments designed to be passed to llvm-ifs.

This revision is now accepted and ready to land.Nov 29 2019, 10:25 AM
This revision was automatically updated to reflect the committed changes.