Re: [PATCH 8c/9] Add aarch64-specific selftests for RTL function reader

2016-12-07 Thread James Greenhalgh
On Tue, Dec 06, 2016 at 02:38:45PM -0500, David Malcolm wrote: > On Tue, 2016-12-06 at 17:22 +, James Greenhalgh wrote: > > On Thu, Dec 01, 2016 at 09:00:11PM -0500, David Malcolm wrote: > > > This patch adds more selftests for class function_reader, where > > > the dumps to be read contain aar

Re: [PATCH 8c/9] Add aarch64-specific selftests for RTL function reader

2016-12-06 Thread David Malcolm
On Tue, 2016-12-06 at 17:22 +, James Greenhalgh wrote: > On Thu, Dec 01, 2016 at 09:00:11PM -0500, David Malcolm wrote: > > This patch adds more selftests for class function_reader, where > > the dumps to be read contain aarch64-specific features. > > > > In an earlier version of the patch kit

Re: [PATCH 8c/9] Add aarch64-specific selftests for RTL function reader

2016-12-06 Thread James Greenhalgh
On Thu, Dec 01, 2016 at 09:00:11PM -0500, David Malcolm wrote: > This patch adds more selftests for class function_reader, where > the dumps to be read contain aarch64-specific features. > > In an earlier version of the patch kit, these were handled using > #ifndef GCC_AARCH64_H to conditionalize

[PATCH 8c/9] Add aarch64-specific selftests for RTL function reader

2016-12-01 Thread David Malcolm
This patch adds more selftests for class function_reader, where the dumps to be read contain aarch64-specific features. In an earlier version of the patch kit, these were handled using #ifndef GCC_AARCH64_H to conditionalize running them. This version instead runs them via a target hook for runnin