[PATCH] D61356: [compiler-rt] Rework the object build support
Chris Bieneman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 30 19:31:29 PDT 2019
beanz accepted this revision.
beanz added a comment.
This revision is now accepted and ready to land.
This all looks reasonable to me. It is kinda frustrating that CMake doesn't support any way to control the output name of an object file, or even the install name of one. I suspect that is probably because some of CMake's generation targets (like Xcode) don't give CMake explicit control over output object file names.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61356/new/
https://reviews.llvm.org/D61356
More information about the llvm-commits
mailing list