[PATCH] D145208: [COFF] Add MC support for emitting IMAGE_WEAK_EXTERN_ANTI_DEPENDENCY symbols

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 19:13:39 PDT 2023


MaskRay added inline comments.


================
Comment at: llvm/include/llvm/MC/MCDirectives.h:50
   MCSA_Memtag,                  ///< .memtag (ELF)
+  MCSA_WeakAntiDep,             ///< .weak_anti_dep (COFF)
 };
----------------
Group this with other `.weak*` directives.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145208



More information about the llvm-commits mailing list