This is an archive of the discontinued LLVM Phabricator instance.

[test] Fix %hmaptool path for standalone builds
ClosedPublic

Authored by mgorny on Aug 1 2018, 1:08 PM.

Details

Summary

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.

Diff Detail

Event Timeline

mgorny created this revision.Aug 1 2018, 1:08 PM
bkramer accepted this revision.Aug 1 2018, 1:14 PM

lg, thanks

This revision is now accepted and ready to land.Aug 1 2018, 1:14 PM
This revision was automatically updated to reflect the committed changes.