[PATCH] D82081: [z/OS] Add binary format goff and operating system zos to the triple
Kai Nacke via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 19 04:49:25 PDT 2020
Kai marked 4 inline comments as done.
Kai added inline comments.
================
Comment at: llvm/include/llvm/Support/TargetRegistry.h:518
+ case Triple::GOFF:
+ report_fatal_error("GOFF MCObjectStreamer not implemented yet.");
}
----------------
hubert.reinterpretcast wrote:
> The coding guidelines have been updated to clarify the formatting of `report_fatal_error` messages:
> https://llvm.org/docs/CodingStandards.html#id14
Thanks! That was a good hint.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82081/new/
https://reviews.llvm.org/D82081
More information about the cfe-commits
mailing list