Re: Add a generic lhd_simulate_enum_decl

2020-01-06 Thread Jeff Law
On Thu, 2019-12-19 at 16:59 +, Richard Sandiford wrote: > Normally we only create SVE ACLE functions when arm_sve.h is included. > But for LTO we need to do it at start-up, so that the functions are > already defined when streaming in the LTO objects. > > One hitch with doing that is that LTO

Add a generic lhd_simulate_enum_decl

2019-12-19 Thread Richard Sandiford
Normally we only create SVE ACLE functions when arm_sve.h is included. But for LTO we need to do it at start-up, so that the functions are already defined when streaming in the LTO objects. One hitch with doing that is that LTO doesn't yet implement the simulate_enum_decl langhook. This patch add