[llvm] [llvm-readobj][COFF] Dump .modmeta section (PR #201695)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 06:24:42 PDT 2026


================
@@ -0,0 +1,117 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// Windows-specific.
----------------
Nerixyz wrote:

Yeah, it's not really Windows specific. It's MSVC specific - only they emit this section right now. 

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


More information about the llvm-commits mailing list