[PATCH] D115604: [Support] Expand `<@>` as the base directory in response files.
    Serge Pavlov via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Dec 23 08:51:56 PST 2021
    
    
  
sepavloff added a comment.
Thank you for the detailed explanation. Now I see how you are going to use this facility and think it worth implementation. A couple of questions.
1. It it possible to limit the new syntax to config files only? It would avoid concerns of gcc compatibility.
2. The new token is  a weird combination of special symbols, it cannot be understood without reading documentation. Is it possible to use more understandable designation, like `<CONFIG>` or something similar? It would make config files more readable and allow future extensions.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115604/new/
https://reviews.llvm.org/D115604
    
    
More information about the cfe-commits
mailing list