[PATCH] D104088: Add clang frontend flags for MIP

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 11 00:12:41 PDT 2021


jhenderson added inline comments.


================
Comment at: llvm/tools/llvm-objcopy/ELF/ELFObjcopy.cpp:59
+         StringRef(Sec.Name).startswith(".zdebug") ||
+         Sec.Name == ".gdb_index" || Sec.Name == "__llvm_mipmap";
 }
----------------
This doesn't look like it belongs as part of this commit?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104088



More information about the llvm-commits mailing list