[PATCH] D95505: [yaml2obj] Initial support for 32-bit XCOFF in yaml2obj.

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 7 05:21:28 PDT 2021


thakis added inline comments.


================
Comment at: llvm/utils/gn/secondary/llvm/lib/ObjectYAML/BUILD.gn:29
     "WasmYAML.cpp",
+    "XCOFFEmitter.cpp"
     "XCOFFYAML.cpp",
----------------
(FYI, you don't need to update the files in llvm/utils/gn when you add files. Those are unsupported build files, and also for simple changes like this they are updated automatically based on the CMakeLists.txt files by a bot.

If you _do_ update them, please add a trailing `,` -- but it's better to not update them since it's less work for you and the bot will update them correctly :) )


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95505



More information about the llvm-commits mailing list