mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
[gn build] Port 6adbc83ee9e4
This commit is contained in:
parent
9d67ceab34
commit
0394084380
@ -94,6 +94,7 @@ if (current_toolchain == default_toolchain) {
|
||||
"__algorithm/is_permutation.h",
|
||||
"__algorithm/is_sorted.h",
|
||||
"__algorithm/is_sorted_until.h",
|
||||
"__algorithm/iter_swap.h",
|
||||
"__algorithm/lexicographical_compare.h",
|
||||
"__algorithm/lower_bound.h",
|
||||
"__algorithm/make_heap.h",
|
||||
@ -145,6 +146,7 @@ if (current_toolchain == default_toolchain) {
|
||||
"__algorithm/sort_heap.h",
|
||||
"__algorithm/stable_partition.h",
|
||||
"__algorithm/stable_sort.h",
|
||||
"__algorithm/swap_ranges.h",
|
||||
"__algorithm/transform.h",
|
||||
"__algorithm/unique.h",
|
||||
"__algorithm/unique_copy.h",
|
||||
@ -238,6 +240,11 @@ if (current_toolchain == default_toolchain) {
|
||||
"__tree",
|
||||
"__tuple",
|
||||
"__undef_macros",
|
||||
"__utility/__decay_copy.h",
|
||||
"__utility/declval.h",
|
||||
"__utility/forward.h",
|
||||
"__utility/move.h",
|
||||
"__utility/swap.h",
|
||||
"__utility/to_underlying.h",
|
||||
"algorithm",
|
||||
"any",
|
||||
|
Loading…
Reference in New Issue
Block a user