[PATCH] D75382: [lld] Initial commit for new Mach-O backend

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 2 12:55:35 PST 2020


aprantl added inline comments.


================
Comment at: lld/MachO/Driver.cpp:1
+//===- Driver.cpp -----------------------------------------------*- C++ -*-===//
+//
----------------
Putting a `-*- C++ -*-` mark into a .cpp file is redundant. These are only necessary for .h files where the language is ambiguous.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75382





More information about the llvm-commits mailing list