[PATCH] D121314: [libc][bazel] split support_standalone_cpp target
Michael Jones via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 9 11:04:56 PST 2022
michaelrj created this revision.
michaelrj added reviewers: sivachandra, lntue.
Herald added subscribers: ecnelises, tschuett.
Herald added a project: All.
michaelrj requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
previously the support_standalone_cpp target contained all of the files
in the __support/cpp folder. This change splits these out so that only
what is needed is included. In addition, this change adds the new
support files that previously didn't have targets.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D121314
Files:
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121314.414159.patch
Type: text/x-patch
Size: 3492 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220309/bac99f23/attachment.bin>
More information about the llvm-commits
mailing list