[llvm] [obj2yaml] Add Obj2Yaml ability to dump GOFF header records (PR #204194)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 13 05:01:47 PDT 2026
================
@@ -16,14 +16,18 @@
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/IndexedMap.h"
+#include "llvm/ADT/SmallString.h"
----------------
jh7370 wrote:
This doesn't look to have been fully addressed? SmallVector.h is included by ConvertEBCDIC.h, for example.
https://github.com/llvm/llvm-project/pull/204194
More information about the llvm-commits
mailing list