mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 01:16:06 +00:00

Pass target name ("cxxabi") to target_link_libraries(cxx ...) to ensure that linker is able to locate just-built libc++abi in the build tree, instead of relying on "-lc++abi" linker flag. llvm-svn: 214114