Issue 136826
Summary why set COMPILER_RT_CRT_USE_EH_FRAME_REGISTRY default ON
Labels new issue
Assignees
Reporter LukeSTM
    I see maskray set COMPILER_RT_CRT_USE_EH_FRAME_REGISTRY OFF
https://github.com/llvm/llvm-project/pull/83201

but it was reverted, and no reason
https://github.com/llvm/llvm-project/pull/84580 

libunwind not compile __register_frame_info in default
![Image](https://github.com/user-attachments/assets/af594f02-4fce-49f3-b7d5-971fb9b32812)

I think this would lead to a situation where the compiler-rt's crtbegin.o file contains the __register_frame_info symbol, but libunwind does not provide it by default.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to