[all-commits] [llvm/llvm-project] 466329: Change namespace llvm::swift to namespace llvm::bi...

Shubham Sandeep Rastogi via All-commits all-commits at lists.llvm.org
Tue Feb 1 11:16:23 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 466329d047fc53ea4a1ba3843c27a5cfdacd17a5
      https://github.com/llvm/llvm-project/commit/466329d047fc53ea4a1ba3843c27a5cfdacd17a5
  Author: Shubham Sandeep Rastogi <srastogi22 at apple.com>
  Date:   2022-02-01 (Tue, 01 Feb 2022)

  Changed paths:
    M llvm/include/llvm/BinaryFormat/Swift.h
    M llvm/include/llvm/DWARFLinker/DWARFStreamer.h
    M llvm/include/llvm/MC/MCObjectFileInfo.h
    M llvm/include/llvm/Object/MachO.h
    M llvm/include/llvm/Object/ObjectFile.h
    M llvm/lib/DWARFLinker/DWARFStreamer.cpp
    M llvm/lib/MC/MCObjectFileInfo.cpp
    M llvm/lib/Object/MachOObjectFile.cpp
    M llvm/tools/dsymutil/DwarfLinkerForBinary.cpp

  Log Message:
  -----------
  Change namespace llvm::swift to namespace llvm::binaryformat because of clashes with the apple/llvm-project repository

The namespace llvm::swift is causing errors to pop up in the apple/llvm-project build when cherry-picking 4ce1f3d47c33 into apple/llvm-project

Differential Review: https://reviews.llvm.org/D118716




More information about the All-commits mailing list