[PATCH] D117809: [clang] Add an extract-api driver option
Victoria Mitchell via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 21 14:24:15 PST 2022
QuietMisdreavus added inline comments.
================
Comment at: clang/include/clang/Driver/Types.def:103
TYPE("hip-fatbin", HIP_FATBIN, INVALID, "hipfb", phases::Compile, phases::Backend, phases::Assemble, phases::Link)
+TYPE("api-information", API_INFO, INVALID, "json", phases::Compile)
TYPE("none", Nothing, INVALID, nullptr, phases::Compile, phases::Backend, phases::Assemble, phases::Link)
----------------
Symbol graph files generally have the extension `.symbols.json` - is that something that should be reflected here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117809/new/
https://reviews.llvm.org/D117809
More information about the cfe-commits
mailing list