[PATCH] D77187: [lld][WebAssembly] Add initial support for -Map/--print-map
    Fangrui Song via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Sep 11 19:00:25 PDT 2020
    
    
  
MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lld/wasm/MapFile.cpp:38
+namespace lld {
+namespace wasm {
+
----------------
http://llvm.org/docs/CodingStandards.html#use-namespace-qualifiers-to-implement-previously-declared-functions
The public functions should use the style: `void wasm::xxxxxxx`
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77187/new/
https://reviews.llvm.org/D77187
    
    
More information about the llvm-commits
mailing list