diff options
author | Pete Cooper <peter_cooper@apple.com> | 2015-12-10 19:17:35 +0000 |
---|---|---|
committer | Pete Cooper <peter_cooper@apple.com> | 2015-12-10 19:17:35 +0000 |
commit | 80c9b9468fafec8bdd5e389fc8b3482ace6bbff3 (patch) | |
tree | 48d608a95d5804c283f146ecaa2ad20bf7cc85ee /lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp | |
parent | ccfc3261f39c2dcb1f8b02157fa25c5fb2973bf3 (diff) | |
download | bcm5719-llvm-80c9b9468fafec8bdd5e389fc8b3482ace6bbff3.tar.gz bcm5719-llvm-80c9b9468fafec8bdd5e389fc8b3482ace6bbff3.zip |
Make commands printed by llvm-lit include the build path in lit.cfg.
When llvm-lit prints a failure, you'll see something like 'lld *command*' However, you can't then take this, paste it in to a terminal and run it, because it's not got the absolute path of lld.
llvm and clang's lit.cfg files contain lists of commands to look for which are substituted by their full paths. So now you'd see something like '*build dir*/bin/lld *command*'.
This patch adds the same capability to lld's lit.cfg
Reviewed by Rafael EspĂndola
llvm-svn: 255283
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp')
0 files changed, 0 insertions, 0 deletions