[PATCH] D133325: [Driver] Allow search of included response files as configuration files
    Fangrui Song via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Sep  5 21:56:15 PDT 2022
    
    
  
MaskRay added inline comments.
================
Comment at: llvm/include/llvm/Support/CommandLine.h:2132
+
+  bool getSearchAsConfig() const { return SearchAsConfig; }
+  ExpansionContext &setSearchAsConfig(bool X) {
----------------
Unused
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133325/new/
https://reviews.llvm.org/D133325
    
    
More information about the llvm-commits
mailing list