[PATCH] D140726: lld: CHECK->LLD_CHECK to reduce chance of conflict with other libraries

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 28 05:55:09 PST 2022


dblaikie created this revision.
dblaikie added a reviewer: MaskRay.
Herald added subscribers: pmatos, asb, StephenFan, arichardson, sbc100, emaste.
Herald added projects: lld-macho, All.
Herald added a reviewer: lld-macho.
dblaikie requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.

(specifically this conflicts with absl's CHECK and Halide depends on
both lld and Halide, so runs into this conflict)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140726

Files:
  lld/COFF/Driver.cpp
  lld/COFF/DriverUtils.cpp
  lld/COFF/InputFiles.cpp
  lld/COFF/Symbols.cpp
  lld/COFF/Writer.cpp
  lld/ELF/Driver.cpp
  lld/ELF/InputFiles.cpp
  lld/ELF/InputSection.cpp
  lld/ELF/Relocations.cpp
  lld/MachO/Driver.cpp
  lld/MachO/InputFiles.cpp
  lld/MachO/SyntheticSections.cpp
  lld/include/lld/Common/ErrorHandler.h
  lld/wasm/Driver.cpp
  lld/wasm/InputFiles.cpp
  lld/wasm/Symbols.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140726.485491.patch
Type: text/x-patch
Size: 27947 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221228/9b302d83/attachment-0001.bin>


More information about the llvm-commits mailing list