Issue 141147
Summary Undefined reference to '__trampoline_setup' with the flang driver
Labels flang:driver
Assignees kiranchandramohan
Reporter ssijaric-nv
    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'
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to