[lld] [lld] Sort code section chunks by range types on Arm64EC targets. (PR #69099)

Billy Laws via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 15 12:21:38 PDT 2023


================
@@ -0,0 +1,97 @@
+        .section .rdata,"dr"
+        .globl _load_config_used
+        .p2align 3, 0
+_load_config_used:
+        .word 0x140
+        .fill 0x54, 1, 0
+        .xword __security_cookie
+        .fill 0x10, 1, 0
+        .xword __guard_check_icall_fptr
+        .xword __guard_dispatch_icall_fptr
+        .xword __guard_fids_table
+        .xword __guard_fids_count
+        .xword __guard_flags
+        .xword 0
+        .xword __guard_iat_table
+        .xword __guard_iat_count
+        .xword __guard_longjmp_table
+        .xword __guard_longjmp_count
+        .xword 0
+        .xword __chpe_metadata
+        .fill 0x78, 1, 0
+
----------------
bylaws wrote:

MS places the call helpers in the .cfg00 section, should that also be done here?

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


More information about the llvm-commits mailing list