|
|
|
@ -147,6 +147,9 @@ cpp_library( |
|
|
|
|
"file/file_util.cc", |
|
|
|
|
"file/filename.cc", |
|
|
|
|
"file/sst_file_manager_impl.cc", |
|
|
|
|
"memory/arena.cc", |
|
|
|
|
"memory/concurrent_arena.cc", |
|
|
|
|
"memory/jemalloc_nodump_allocator.cc", |
|
|
|
|
"memtable/alloc_tracker.cc", |
|
|
|
|
"memtable/hash_linklist_rep.cc", |
|
|
|
|
"memtable/hash_skiplist_rep.cc", |
|
|
|
@ -181,8 +184,8 @@ cpp_library( |
|
|
|
|
"table/block_based/block_based_table_reader.cc", |
|
|
|
|
"table/block_based/block_builder.cc", |
|
|
|
|
"table/block_based/block_prefix_index.cc", |
|
|
|
|
"table/block_based/data_block_hash_index.cc", |
|
|
|
|
"table/block_based/data_block_footer.cc", |
|
|
|
|
"table/block_based/data_block_hash_index.cc", |
|
|
|
|
"table/block_based/flush_block_policy.cc", |
|
|
|
|
"table/block_based/full_filter_block.cc", |
|
|
|
|
"table/block_based/index_builder.cc", |
|
|
|
@ -214,7 +217,6 @@ cpp_library( |
|
|
|
|
"tools/ldb_cmd.cc", |
|
|
|
|
"tools/ldb_tool.cc", |
|
|
|
|
"tools/sst_dump_tool.cc", |
|
|
|
|
"util/arena.cc", |
|
|
|
|
"util/auto_roll_logger.cc", |
|
|
|
|
"util/bloom.cc", |
|
|
|
|
"util/build_version.cc", |
|
|
|
@ -222,7 +224,6 @@ cpp_library( |
|
|
|
|
"util/compaction_job_stats_impl.cc", |
|
|
|
|
"util/comparator.cc", |
|
|
|
|
"util/compression_context_cache.cc", |
|
|
|
|
"util/concurrent_arena.cc", |
|
|
|
|
"util/concurrent_task_limiter_impl.cc", |
|
|
|
|
"util/crc32c.cc", |
|
|
|
|
"util/dynamic_bloom.cc", |
|
|
|
@ -230,7 +231,6 @@ cpp_library( |
|
|
|
|
"util/file_reader_writer.cc", |
|
|
|
|
"util/filter_policy.cc", |
|
|
|
|
"util/hash.cc", |
|
|
|
|
"util/jemalloc_nodump_allocator.cc", |
|
|
|
|
"util/log_buffer.cc", |
|
|
|
|
"util/murmurhash.cc", |
|
|
|
|
"util/random.cc", |
|
|
|
@ -353,7 +353,7 @@ cpp_library( |
|
|
|
|
ROCKS_TESTS = [ |
|
|
|
|
[ |
|
|
|
|
"arena_test", |
|
|
|
|
"util/arena_test.cc", |
|
|
|
|
"memory/arena_test.cc", |
|
|
|
|
"serial", |
|
|
|
|
], |
|
|
|
|
[ |
|
|
|
|