This change merges llvm-elfabi and llvm-ifs tools.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
clang/lib/Driver/ToolChains/InterfaceStubs.cpp | ||
---|---|---|
18 | Ideally, this job would use the IFS library to construct .ifs or stub file directly without invoking an external tool. Can you please leave a TODO here along those lines? | |
llvm/tools/llvm-ifs/llvm-ifs.cpp | ||
47–48 | Ideally we would use OptTable for option parsing, can you please leave a TODO comment here along those lines? | |
263–264 | ||
414 | No need for { and } here and below since each if has only one statement. |
Ideally, this job would use the IFS library to construct .ifs or stub file directly without invoking an external tool. Can you please leave a TODO here along those lines?