Use to remove certain symbols which match the glob pattern. Can be used with --strip-undefined
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/tools/llvm-ifs/llvm-ifs.cpp | ||
---|---|---|
298 | I think it is better to put this back into the IFSHandler.cpp. That file is part of the InterfaceStub library so it can be used by other tools in the future. |
Comment Actions
Usually when you have these kinds of things they're called include and exclude.
I don't think we have any known use cases for include, just for exclude so it would be sufficient to start with just that feature.
Comment Actions
- Remove --preserve
- Make tests more readable by starting and ending with Symbols: and ... respectively, instead of using CHECK-NOT
--preserve is already removed from this patch