[libc][bazel] split support_standalone_cpp target
authorMichael Jones <michaelrj@google.com>
Wed, 9 Mar 2022 19:00:44 +0000 (11:00 -0800)
committerMichael Jones <michaelrj@google.com>
Tue, 15 Mar 2022 23:40:43 +0000 (16:40 -0700)
commit74b411d38c48513a125e67e049aca55452b9e855
treefc780e13c2154968333682593bccbf0b93b07663
parent1cfa986d68e2f04854ef30c432b8aa28e13a9706
[libc][bazel] split support_standalone_cpp target

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.

Reviewed By: lntue, gchatelet

Differential Revision: https://reviews.llvm.org/D121314
utils/bazel/llvm-project-overlay/libc/BUILD.bazel