[PATCH] D151144: [lld][ELF] Do not emit warning for NOLOAD output sections

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 12:32:09 PDT 2023


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: lld/test/ELF/linkerscript/noload.s:25
 
-# WARN:   warning: section type mismatch for .data_noload_a
+# WARN-NOT:   warning: section type mismatch for .data_noload_a
 # CHECK2:      Name                 Type     Address          Off               Size
----------------
Check that there is no warning. An exact message can easily get stale.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151144/new/

https://reviews.llvm.org/D151144



More information about the llvm-commits mailing list