[llvm] [llvm-readobj][COFF] Dump .modmeta section (PR #201695)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 9 01:00:43 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.
----------------
jh7370 wrote:
What do you actually mean by "Windows-specific"? COFF is technically multi-platform, even if its main usage is on Windows. Equally, our tools generally work on file formats from other platforms, e.g. this code would run fine in a Linux build of llvm-readobj, if fed a COFF file.
https://github.com/llvm/llvm-project/pull/201695
More information about the llvm-commits
mailing list