[PATCH] D124315: lld: Bundle compact_unwind_encoding.h in lld to fix stand-alone builds
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 22 18:02:53 PDT 2022
smeenai added a comment.
To be clear, this is to support a build scenario where you only have the source tree under `lld` available?
================
Comment at: lld/MachO/CMakeLists.txt:17
+ RESULT_VARIABLE CUE_CHANGED)
+ message("Changed: ${CUE_CHANGED}")
+ if (CUE_CHANGED)
----------------
Is this a debugging leftover?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124315/new/
https://reviews.llvm.org/D124315
More information about the llvm-commits
mailing list