[clang] [compiler-rt] [lld] [llvm] [Coverage][WebAssembly] Add initial support for WebAssembly/WASI (PR #111332)
    Sam Clegg via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Oct  7 14:32:04 PDT 2024
    
    
  
================
@@ -451,6 +452,18 @@ void SharedFile::parse() {
   }
 }
 
+/// Returns the alignment for a custom section. This is used to concatenate
+/// custom sections with the same name into a single custom section.
----------------
sbc100 wrote:
We don't use the /// style comment anywhere else in `wasm/lld`, maybe just a normal `//` comment?
https://github.com/llvm/llvm-project/pull/111332
    
    
More information about the cfe-commits
mailing list