Re: r338627 - [test] Fix %hmaptool path for standalone builds

2018-08-06 Thread Hans Wennborg via cfe-commits
Merged to 7.0 in r339102. On Wed, Aug 1, 2018 at 10:38 PM, Michal Gorny via cfe-commits wrote: > Author: mgorny > Date: Wed Aug 1 13:38:22 2018 > New Revision: 338627 > > URL: http://llvm.org/viewvc/llvm-project?rev=338627&view=rev > Log: > [test] Fix %hmaptool path for standalone builds > > Fix

r338627 - [test] Fix %hmaptool path for standalone builds

2018-08-01 Thread Michal Gorny via cfe-commits
Author: mgorny Date: Wed Aug 1 13:38:22 2018 New Revision: 338627 URL: http://llvm.org/viewvc/llvm-project?rev=338627&view=rev Log: [test] Fix %hmaptool path for standalone builds Fix %hmaptool path to refer to clang_tools_dir instead of llvm_tools_dir, in order to fix standalone builds. The to