[PATCH] D94475: [MC] Emit ELF files with ELFOSABI_GNU if specified in triple

Moritz Sichert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 02:07:07 PST 2021


MoritzS added inline comments.


================
Comment at: llvm/include/llvm/MC/MCELFObjectWriter.h:74
+    switch (T.getOS()) {
       case Triple::CloudABI:
         return ELF::ELFOSABI_CLOUDABI;
----------------
Should I add the clang-format changes here? This adds quite a lot of changes in lines that were not changed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94475



More information about the llvm-commits mailing list