[PATCH] D97109: [clangd] Add support for auxiliary triple specification

Tommy Chiang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 20 04:09:57 PST 2021


oToToT added inline comments.


================
Comment at: clang/lib/Frontend/PrecompiledPreamble.cpp:311
 
 llvm::ErrorOr<PrecompiledPreamble> PrecompiledPreamble::Build(
     const CompilerInvocation &Invocation,
----------------
Though this file is in clang, clangd use this function to prepare preamble in `Preamble.cpp`, and I think it is OK to add support for auxiliary triple here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97109/new/

https://reviews.llvm.org/D97109



More information about the cfe-commits mailing list