[PATCH] D153600: Implement -frecord-command-line for XCOFF
Jake Egan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 3 09:33:34 PDT 2023
Jake-Egan marked an inline comment as done.
Jake-Egan added inline comments.
================
Comment at: llvm/lib/MC/MCAsmStreamer.cpp:986
+
+ // If there's no metadata, the length is 0.
+ if (MetadataSize == 0) {
----------------
Handled the 0 length case here.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153600/new/
https://reviews.llvm.org/D153600
More information about the cfe-commits
mailing list