[llvm] [BOLT] Fix LSDA section handling (PR #71821)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 21:14:31 PDT 2024


================
@@ -0,0 +1,7 @@
+SECTIONS {
+  .text : { *(.text*) }
----------------
MaskRay wrote:

lld creates a PF_R PT_LOAD. For best portability, the first section of each segment should be specified. I created #93763 

https://github.com/llvm/llvm-project/pull/71821


More information about the llvm-commits mailing list