[llvm] [SystemZ][z/OS] Implement executePostLayoutBinding for GOFFObjectWriter (PR #67868)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 6 11:14:47 PDT 2023
================
@@ -10,6 +10,7 @@
#define LLVM_MC_MCGOFFOBJECTWRITER_H
#include "llvm/MC/MCObjectWriter.h"
+#include "llvm/Support/Casting.h"
----------------
diggerlin wrote:
we can put #include "llvm/Support/Casting.h" in llvm/lib/MC/GOFFObjectWriter.cpp
https://github.com/llvm/llvm-project/pull/67868
More information about the llvm-commits
mailing list