[llvm] [GOFF] Refactor writing GOFF records (PR #93855)
Kai Nacke via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 21 09:51:38 PDT 2024
================
@@ -71,26 +71,26 @@ void CustomMappingTraits<GOFFYAML::RecordPtr>::inputOne(
Elem = std::make_unique<GOFFYAML::EndOfModule>(std::move(End));
} else if (Key == "RelocationDirectory" || Key == "Symbol" || Key == "Text" ||
Key == "Length")
- IO.setError(Twine("Not yet implemented ").concat(Key));
+ IO.setError(Twine("not yet implemented ").concat(Key));
----------------
redstar wrote:
Changed both places.
https://github.com/llvm/llvm-project/pull/93855
More information about the llvm-commits
mailing list