[all-commits] [llvm/llvm-project] f75bf7: [libc++] Use TARGET_FILE instead of TARGET_SONAME_...

Louis Dionne via All-commits all-commits at lists.llvm.org
Fri Dec 11 09:13:04 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f75bf712deecc1be157f7ba6e2fd80922942546c
      https://github.com/llvm/llvm-project/commit/f75bf712deecc1be157f7ba6e2fd80922942546c
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2020-12-11 (Fri, 11 Dec 2020)

  Changed paths:
    M libcxx/lib/abi/CMakeLists.txt

  Log Message:
  -----------
  [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




More information about the All-commits mailing list