[PATCH] D146776: Reland [llvm] Preliminary fat-lto-objects support
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 23 15:55:14 PDT 2023
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
Thanks! One nit in the test.
================
Comment at: llvm/test/CodeGen/X86/fat-lto-section.ll:8
+; EXCLUDE: [Nr] Name Type {{.*}} ES Flg Lk Inf Al
+; EXCLUDE: [ 4] .llvm.lto PROGBITS {{.*}} 00 E 0 0 1
+
----------------
I typically just drop `[Nr]` and `[ 4]` from the output so that adding a new section will not cause the section index to shuffle and cause the test to fail.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146776/new/
https://reviews.llvm.org/D146776
More information about the llvm-commits
mailing list