llvm-capstone/libcxx/lib
Louis Dionne cd9a528886 [libc++][CMake] Make sure the benchmarks link against libc++abi
The refactoring in r357811 made it so that we didn't add the ABI library
to the list of LIBCXX_LIBRARIES. As a result, benchmarks didn't link to
the ABI library and were missing symbols. This broke the build bots.

As a drive-by fix, we also provide the SHARED ABI library to the linker
script instead of the STATIC ABI library.

This couldn't be discovered on Apple platforms because libc++.dylib
re-exports libc++abi.dylib symbols there.

llvm-svn: 357818
2019-04-05 21:05:32 +00:00
..
abi [libc++] Complete the ABI changelog after landing <filesystem> in the dylib 2019-03-19 21:32:37 +00:00
CMakeLists.txt [libc++][CMake] Make sure the benchmarks link against libc++abi 2019-04-05 21:05:32 +00:00
libc++abi-new-delete.exp [libc++] Update the list of symbols exported from libc++abi for new/delete 2019-03-22 20:18:17 +00:00
libc++abi.v1.exp [libc++][CMake] Clean up some of the libc++ re-exporting logic 2019-03-20 18:16:24 +00:00
libc++abi.v2.exp [libc++][CMake] Clean up some of the libc++ re-exporting logic 2019-03-20 18:16:24 +00:00
libc++sjlj-abi.v1.exp [libc++][CMake] Clean up some of the libc++ re-exporting logic 2019-03-20 18:16:24 +00:00
libc++sjlj-abi.v2.exp [libc++] Re-export the sjlj ABI v2 for ARM architectures 2019-03-22 19:38:53 +00:00
libc++unexp.exp
notweak.exp
weak.exp