Use to remove certain symbols which match the glob pattern. Can be used with --strip-undefined
Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,090 ms | x64 debian > Clang.CodeGen/RISCV/rvv-intrinsics::vloxseg.c |
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