[clang] [UEFI] X86_64 UEFI Clang Driver (PR #76838)

via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 3 16:34:05 PDT 2024


Prabhuk wrote:

> Some older toolchains were probably contributed with a lot of `CmdArgs.push_back` uncovered by tests. They are not good examples to follow. For new toolchains, we do want all constructed `CmdArgs.push_back` to be covered. This allows refactoring by someone who is unfamiliar with your usage pattern.

Thank you! I believe the test in `clang/test/Driver/uefi-constructed-args.c` covers all constructed args. PTAL. 

https://github.com/llvm/llvm-project/pull/76838


More information about the cfe-commits mailing list