[clang] Add Documentation for Execution Results Handling in Clang-Repl (PR #65650)
Nikita Popov via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 13 05:00:34 PDT 2023
nikic wrote:
You probably should just use find_program instead of llvm_find_program. It looks like llvm_find_program is used in just a single place, while we have very wide direct use of find_program, so I'm not sure why it is a thing in the first place.
https://github.com/llvm/llvm-project/pull/65650
More information about the cfe-commits
mailing list