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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to