sepavloff added inline comments.
================ Comment at: llvm/lib/Support/CommandLine.cpp:1099 + else + llvm::sys::path::append(ResponseFile, LHS); + ResponseFile.append(BasePath); ---------------- What happens if `<CFGDIR>` is used without trailing path? Such line: ``` --sysroot=<CFGDIR> -abc ``` would be processed correctly? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D115604/new/ https://reviews.llvm.org/D115604 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits