[PATCH] D110886: Fix buildbots with shared lib builds
Rafael Auler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 30 14:39:55 PDT 2021
rafauler updated this revision to Diff 376373.
rafauler added a comment.
Avoid deleting the extra new line at the end of this file
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110886/new/
https://reviews.llvm.org/D110886
Files:
llvm/unittests/MC/CMakeLists.txt
Index: llvm/unittests/MC/CMakeLists.txt
===================================================================
--- llvm/unittests/MC/CMakeLists.txt
+++ llvm/unittests/MC/CMakeLists.txt
@@ -8,6 +8,7 @@
${LLVM_TARGETS_TO_BUILD}
MC
MCDisassembler
+ Object
Support
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110886.376373.patch
Type: text/x-patch
Size: 278 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210930/447f0e6f/attachment.bin>
More information about the llvm-commits
mailing list