[PATCH] D100490: [ELF] Check the Elf_Rel addends for dynamic relocations

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 21 06:11:35 PDT 2021


thakis added inline comments.


================
Comment at: lld/MachO/CMakeLists.txt:58
+  target_link_libraries(lldMachO2 PRIVATE ${XAR_LIB})
+endif()
----------------
If you're adding this here (why?), should you remove it from lld/tools/lld/CMakeLists.txt ?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100490/new/

https://reviews.llvm.org/D100490



More information about the llvm-commits mailing list