On 4/30/20 8:33 AM, Iain Sandoe wrote:
There are several places where the handling of a variable
declaration depends on whether it corresponds to a compiler
temporary, or to some other entity. We were testing that var
decls were artificial in determining this. However, proxy vars
are also arti
Hi,
This was found when attempting to build folly’s experimental coros
tests.
tested on x86_64-darwin, linux, powerpc64-linux
ok for master?
thanks
Iain
There are several places where the handling of a variable
declaration depends on whether it corresponds to a compiler
temporary, or to so