Description
It seems like the default flang invocation on ARM doesn't link against libclang_rt.builtins, which contains the definition of __trampoline_setup. I also don't see '-z execstack' passed to the linker. Running 'flang -v t.f90' on the example program from issue #104798 results in:
FIRModule:(.text+0x30): undefined reference to `__trampoline_setup'