1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[gn build] Port 692d7166f771

This commit is contained in:
LLVM GN Syncbot 2021-06-08 00:16:13 +00:00
parent 762e1ae8c2
commit 8ad1e65afe

View File

@ -59,79 +59,6 @@ if (current_toolchain == default_toolchain) {
copy("copy_headers") {
sources = [
"__algorithm/adjacent_find.h",
"__algorithm/all_of.h",
"__algorithm/any_of.h",
"__algorithm/binary_search.h",
"__algorithm/clamp.h",
"__algorithm/comp.h",
"__algorithm/comp_ref_type.h",
"__algorithm/copy.h",
"__algorithm/count.h",
"__algorithm/count_if.h",
"__algorithm/equal.h",
"__algorithm/equal_range.h",
"__algorithm/fill.h",
"__algorithm/find.h",
"__algorithm/find_end.h",
"__algorithm/find_first_of.h",
"__algorithm/find_if.h",
"__algorithm/find_if_not.h",
"__algorithm/for_each.h",
"__algorithm/for_each_n.h",
"__algorithm/generate.h",
"__algorithm/half_positive.h",
"__algorithm/includes.h",
"__algorithm/inplace_merge.h",
"__algorithm/is_heap.h",
"__algorithm/is_heap_until.h",
"__algorithm/is_partitioned.h",
"__algorithm/is_permutation.h",
"__algorithm/is_sorted.h",
"__algorithm/lexicographical_compare.h",
"__algorithm/lower_bound.h",
"__algorithm/make_heap.h",
"__algorithm/max.h",
"__algorithm/max_element.h",
"__algorithm/merge.h",
"__algorithm/min.h",
"__algorithm/min_element.h",
"__algorithm/minmax.h",
"__algorithm/minmax_element.h",
"__algorithm/mismatch.h",
"__algorithm/move.h",
"__algorithm/next_permutation.h",
"__algorithm/none_of.h",
"__algorithm/nth_element.h",
"__algorithm/partial_sort.h",
"__algorithm/partition.h",
"__algorithm/partition_point.h",
"__algorithm/pop_heap.h",
"__algorithm/prev_permutation.h",
"__algorithm/push_heap.h",
"__algorithm/remove.h",
"__algorithm/replace.h",
"__algorithm/reverse.h",
"__algorithm/rotate.h",
"__algorithm/sample.h",
"__algorithm/search.h",
"__algorithm/search_n.h",
"__algorithm/set_difference.h",
"__algorithm/set_intersection.h",
"__algorithm/set_symmetric_difference.h",
"__algorithm/set_union.h",
"__algorithm/shift.h",
"__algorithm/shuffle.h",
"__algorithm/sift_down.h",
"__algorithm/sort.h",
"__algorithm/sort_heap.h",
"__algorithm/stable_partition.h",
"__algorithm/stable_sort.h",
"__algorithm/transform.h",
"__algorithm/uniform_int_distribution.h",
"__algorithm/unique.h",
"__algorithm/unwrap_iter.h",
"__algorithm/upper_bound.h",
"__availability",
"__bit_reference",
"__bits",
@ -143,7 +70,6 @@ if (current_toolchain == default_toolchain) {
"__format/format_error.h",
"__format/format_parse_context.h",
"__function_like.h",
"__functional/search.h",
"__functional_03",
"__functional_base",
"__functional_base_03",