• X
    Add util/crc32c_arm64.cc to TARGETS (#8168) · 8972dd1f
    Xavier Deguillard 提交于
    Summary:
    When compiling RocksDB with Buck for ARM64, the linker complains about missing crc32 symbols that are defined in the crc32c_arm64.cc file. Since this file wasn't included in the build this is totally expected
    
    Pull Request resolved: https://github.com/facebook/rocksdb/pull/8168
    
    Test Plan:
    The following no longer fails to link rocksdb:
      buck build mode/mac-xcode //eden/fs/service:edenfs#macosx-arm64
    
    Reviewed By: zhichao-cao
    
    Differential Revision: D27664627
    
    Pulled By: xavierd
    
    fbshipit-source-id: fb9d7a538599ee7a08882f87628731de6e641f8d
    8972dd1f
src.mk 41.2 KB