[llvm] [MachO] Replace getStruct with getStructOrErr (PR #95810)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 01:05:09 PDT 2024


================
@@ -2166,6 +2237,7 @@ bool MachOObjectFile::isSectionBitcode(DataRefImpl Sec) const {
 }
 
 bool MachOObjectFile::isSectionStripped(DataRefImpl Sec) const {
+  
----------------
jh7370 wrote:

Nit: don't lead functions with a blank line.

https://github.com/llvm/llvm-project/pull/95810


More information about the llvm-commits mailing list