https://bugs.llvm.org/show_bug.cgi?id=50471

            Bug ID: 50471
           Summary: no memory region specified for section '.eh_frame'
           Product: lld
           Version: unspecified
          Hardware: Other
                OS: other
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: ELF
          Assignee: unassignedb...@nondot.org
          Reporter: vice...@gmail.com
                CC: llvm-bugs@lists.llvm.org, smithp...@googlemail.com

The issue is found when building
https://github.com/ARM-software/arm-trusted-firmware
with
make PLAT=rk3328 CC=clang AR=llvm-ar OC=llvm-objcopy OD=llvm-objdump E=0 V=1
after manually fixing
https://bugs.llvm.org/show_bug.cgi?id=50470

The error reported is:
ld.lld: error: no memory region specified for section '.eh_frame'

The linker script does not include a .eh_frame entry. Adding one manually makes
the error message disappear, but the original script works fine with the gnu
toolchain.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to