It appears these are not currently executed in all cases when running a program via the JIT strategy using alley. Example of this can be seen in the dtor_exit.ll test, changing this line:
|
; RUNX: alley %t/test |& FileCheck %s |
to have RUN instead of RUNX. I have not investigated this further to determine if there are instances these do execute, but this should be done and issue updated (or new issues filed) appropriately. I've not thought about it hardly at all but offhand don't see an immediately accessible way to handle this. Thoughts/ideas/welcome.
It appears these are not currently executed in all cases when running a program via the JIT strategy using
alley. Example of this can be seen in thedtor_exit.lltest, changing this line:allvm-tools/test/lit/dtor_exit.ll
Line 9 in 22a3c91
to have
RUNinstead ofRUNX. I have not investigated this further to determine if there are instances these do execute, but this should be done and issue updated (or new issues filed) appropriately. I've not thought about it hardly at all but offhand don't see an immediately accessible way to handle this. Thoughts/ideas/welcome.