This revision was automatically updated to reflect the committed changes.
Closed by commit rC338627: [test] Fix %hmaptool path for standalone builds
(authored by mgorny, committed by ).
Repository:
rC Clang
https://reviews.llvm.org/D50156
Files:
test/lit.cfg.py
Index: test/lit.cfg.py
bkramer accepted this revision.
bkramer added a comment.
This revision is now accepted and ready to land.
lg, thanks
Repository:
rC Clang
https://reviews.llvm.org/D50156
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.or
mgorny created this revision.
mgorny added reviewers: bkramer, bruno.
Fix %hmaptool path to refer to clang_tools_dir instead of
llvm_tools_dir, in order to fix standalone builds. The tool is built
as part of clang, so it won't be found in installed LLVM tools.
Repository:
rC Clang
https://re