[PATCH] D111740: Align LLVM_EXTERNALIZE_DEBUGINFO behaviours on Linux w/ Darwin

Jo Shields via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 1 08:12:57 PDT 2021


directhex added a comment.

Hm, the cross compiler case can be handled by passing a path to an arch-appropriate objcopy/strip binary with CMAKE_OBJCOPY/CMAKE_STRIP, i'm not sure it's worth trying to do some kind of magical auto-handling in lieu of letting the user provide the correct binaries.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111740



More information about the llvm-commits mailing list