sfu-dis / pibench

Benchmarking framework for index structures on persistent memory
MIT License
87 stars 20 forks source link

add transparent clang support #10

Closed XiangpengHao closed 5 years ago

XiangpengHao commented 5 years ago

tested with llvm-8

https://github.com/wangtzh/pibench/pull/10/files#diff-3eaae73edbec8668ac8073c898428538R43 to remove a warning generated by clang++

solved https://github.com/wangtzh/pibench/issues/3

XiangpengHao commented 5 years ago

BTW, clang build is like 20% slower than gcc.