[libc++] Use TARGET_FILE instead of TARGET_SONAME_FILE when generating ABI lists
authorLouis Dionne <ldionne.2@gmail.com>
Tue, 8 Dec 2020 17:15:44 +0000 (12:15 -0500)
committerLouis Dionne <ldionne.2@gmail.com>
Fri, 11 Dec 2020 17:12:40 +0000 (12:12 -0500)
commitf75bf712deecc1be157f7ba6e2fd80922942546c
treec327eb3417639ea742cf4ead52291bf8f813b37b
parentece3e5bb8b05370645b0add95c0da04f4a740724
[libc++] Use TARGET_FILE instead of TARGET_SONAME_FILE when generating ABI lists

TARGET_SONAME_FILE isn't valid on Windows, and TARGET_FILE should achieve
the same results.

Differential Revision: https://reviews.llvm.org/D92856
libcxx/lib/abi/CMakeLists.txt