Now that all supported build systems create a valid dotest.py invocation, we no longer need to guess the directory where any of the tools live. The current logic is also incomplete: it doesn't try to find any other tools than FileCheck, such as dsymutil for example. Finally, if no FileCheck is provided, we should simply warn and skip these tests, but that's not part of this patch.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM