[all-commits] [llvm/llvm-project] d32f71: [lld][WebAssembly] Use C++17 nested namespace synt...

Sam Clegg via All-commits all-commits at lists.llvm.org
Thu Mar 9 18:37:54 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d32f71a91a432db2d9ea32694a8308534b6697ec
      https://github.com/llvm/llvm-project/commit/d32f71a91a432db2d9ea32694a8308534b6697ec
  Author: Sam Clegg <sbc at chromium.org>
  Date:   2023-03-09 (Thu, 09 Mar 2023)

  Changed paths:
    M lld/wasm/Config.h
    M lld/wasm/Driver.cpp
    M lld/wasm/LTO.cpp
    M lld/wasm/LTO.h
    M lld/wasm/MapFile.h
    M lld/wasm/MarkLive.cpp
    M lld/wasm/MarkLive.h
    M lld/wasm/OutputSegment.cpp
    M lld/wasm/OutputSegment.h
    M lld/wasm/Relocations.cpp
    M lld/wasm/Relocations.h
    M lld/wasm/SymbolTable.cpp
    M lld/wasm/SymbolTable.h
    M lld/wasm/SyntheticSections.cpp
    M lld/wasm/SyntheticSections.h
    M lld/wasm/Writer.cpp
    M lld/wasm/Writer.h

  Log Message:
  -----------
  [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC

Like D131405, but for wasm-ld.

Differential Revision: https://reviews.llvm.org/D145399




More information about the All-commits mailing list