[PATCH] D50156: [test] Fix %hmaptool path for standalone builds

2018-08-01 Thread Michał Górny via Phabricator via cfe-commits
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

[PATCH] D50156: [test] Fix %hmaptool path for standalone builds

2018-08-01 Thread Benjamin Kramer via Phabricator via cfe-commits
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

[PATCH] D50156: [test] Fix %hmaptool path for standalone builds

2018-08-01 Thread Michał Górny via Phabricator via cfe-commits
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