Sort INTERNAL_DLL_TARGETS for easier maintenance.

PiperOrigin-RevId: 466492826
Change-Id: I610fb7f6bbdb682558046c6ae995bcc07ba6f98a
pull/1244/head
Gennadiy Rozental 2 years ago committed by Copybara-Service
parent 0c92330442
commit 6d806da76f
  1. 172
      CMake/AbseilDll.cmake

@ -353,120 +353,120 @@ set(ABSL_INTERNAL_DLL_FILES
) )
set(ABSL_INTERNAL_DLL_TARGETS set(ABSL_INTERNAL_DLL_TARGETS
"stacktrace" "algorithm"
"symbolize" "algorithm_container"
"examine_stack"
"failure_signal_handler"
"debugging_internal"
"demangle_internal"
"leak_check"
"stack_consumption"
"debugging"
"hash"
"spy_hash_state"
"city"
"memory"
"strings"
"strings_internal"
"cord"
"str_format"
"str_format_internal"
"pow10_helper"
"int128"
"numeric"
"utility"
"any" "any"
"any_invocable"
"atomic_hook"
"bad_any_cast" "bad_any_cast"
"bad_any_cast_impl" "bad_any_cast_impl"
"span"
"optional"
"bad_optional_access" "bad_optional_access"
"bad_variant_access" "bad_variant_access"
"variant" "base"
"compare" "base_internal"
"algorithm"
"algorithm_container"
"graphcycles_internal"
"kernel_timeout_internal"
"synchronization"
"thread_pool"
"any_invocable"
"bind_front" "bind_front"
"function_ref" "bits"
"atomic_hook" "btree"
"log_severity" "city"
"raw_logging_internal" "civil_time"
"spinlock_wait" "compare"
"compressed_tuple"
"config" "config"
"dynamic_annotations" "container"
"container_common"
"container_memory"
"cord"
"core_headers" "core_headers"
"malloc_internal" "counting_allocator"
"base_internal" "debugging"
"base" "debugging_internal"
"throw_delegate" "demangle_internal"
"pretty_function" "dynamic_annotations"
"endian" "endian"
"bits" "examine_stack"
"exponential_biased" "exponential_biased"
"periodic_sampler" "failure_signal_handler"
"scoped_set_env" "fixed_array"
"type_traits" "flat_hash_map"
"flat_hash_set"
"function_ref"
"graphcycles_internal"
"hash"
"hash_function_defaults"
"hash_policy_traits"
"hashtable_debug"
"hashtable_debug_hooks"
"hashtablez_sampler"
"inlined_vector"
"inlined_vector_internal"
"int128"
"kernel_timeout_internal"
"layout"
"leak_check"
"log_severity"
"malloc_internal"
"memory"
"meta" "meta"
"random_random" "node_hash_map"
"node_hash_set"
"node_slot_policy"
"numeric"
"optional"
"periodic_sampler"
"pow10_helper"
"pretty_function"
"random_bit_gen_ref" "random_bit_gen_ref"
"random_distributions" "random_distributions"
"random_seed_gen_exception"
"random_seed_sequences"
"random_internal_traits"
"random_internal_distribution_caller" "random_internal_distribution_caller"
"random_internal_distributions" "random_internal_distributions"
"random_internal_fast_uniform_bits"
"random_internal_seed_material"
"random_internal_pool_urbg"
"random_internal_explicit_seed_seq" "random_internal_explicit_seed_seq"
"random_internal_sequence_urbg"
"random_internal_salted_seed_seq"
"random_internal_iostream_state_saver"
"random_internal_generate_real"
"random_internal_wide_multiply"
"random_internal_fastmath" "random_internal_fastmath"
"random_internal_fast_uniform_bits"
"random_internal_generate_real"
"random_internal_iostream_state_saver"
"random_internal_nonsecure_base" "random_internal_nonsecure_base"
"random_internal_pcg_engine" "random_internal_pcg_engine"
"random_internal_randen_engine"
"random_internal_platform" "random_internal_platform"
"random_internal_pool_urbg"
"random_internal_randen" "random_internal_randen"
"random_internal_randen_slow" "random_internal_randen_engine"
"random_internal_randen_hwaes" "random_internal_randen_hwaes"
"random_internal_randen_hwaes_impl" "random_internal_randen_hwaes_impl"
"random_internal_randen_slow"
"random_internal_salted_seed_seq"
"random_internal_seed_material"
"random_internal_sequence_urbg"
"random_internal_traits"
"random_internal_uniform_helper" "random_internal_uniform_helper"
"random_internal_wide_multiply"
"random_random"
"random_seed_gen_exception"
"random_seed_sequences"
"raw_hash_map"
"raw_hash_set"
"raw_logging_internal"
"sample_recorder"
"scoped_set_env"
"span"
"spinlock_wait"
"spy_hash_state"
"stack_consumption"
"stacktrace"
"status" "status"
"str_format"
"str_format_internal"
"strings"
"strings_internal"
"symbolize"
"synchronization"
"thread_pool"
"throw_delegate"
"time" "time"
"civil_time"
"time_zone" "time_zone"
"container"
"btree"
"compressed_tuple"
"fixed_array"
"inlined_vector_internal"
"inlined_vector"
"counting_allocator"
"flat_hash_map"
"flat_hash_set"
"node_hash_map"
"node_hash_set"
"container_memory"
"hash_function_defaults"
"hash_policy_traits"
"hashtablez_sampler"
"hashtable_debug"
"hashtable_debug_hooks"
"node_slot_policy"
"raw_hash_map"
"container_common"
"raw_hash_set"
"layout"
"tracked" "tracked"
"sample_recorder" "type_traits"
"utility"
"variant"
) )
function(absl_internal_dll_contains) function(absl_internal_dll_contains)

Loading…
Cancel
Save