[all-commits] [llvm/llvm-project] f9e54a: [libcxx] [test] Remove a stray double space from a...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Wed Jul 19 01:32:22 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f9e54a5c0f2998ecf0339b1daab5dab0edf9f447
      https://github.com/llvm/llvm-project/commit/f9e54a5c0f2998ecf0339b1daab5dab0edf9f447
  Author: Andrew Ng <andrew.ng at sony.com>
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
    M libcxx/test/configs/llvm-libc++-shared-no-vcruntime-clangcl.cfg.in

  Log Message:
  -----------
  [libcxx] [test] Remove a stray double space from a test config. NFC.

Differential Revision: https://reviews.llvm.org/D155553


  Commit: 7506cb3c926a6d585b04a1425294666ef4e97a86
      https://github.com/llvm/llvm-project/commit/7506cb3c926a6d585b04a1425294666ef4e97a86
  Author: Martin Storsjö <martin at martin.st>
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
    M libcxx/CMakeLists.txt

  Log Message:
  -----------
  [libcxx] Link to fewer MSVC CRT libraries

The library msvcrt.lib pulls in ucrt.lib and vcruntime.lib anyway,
there's no need to manually link against the individual dependencies.

This matches how the tests link against libraries - they only link
against msvcrt and msvcprt, not directly against ucrt and vcruntime.

Differential Revision: https://reviews.llvm.org/D155555


Compare: https://github.com/llvm/llvm-project/compare/e62f366b0189...7506cb3c926a


More information about the All-commits mailing list