[all-commits] [llvm/llvm-project] 57dabc: [libc++] Fix how we pass /MANIFEST flag on Windows...

Louis Dionne via All-commits all-commits at lists.llvm.org
Fri Jun 28 08:38:46 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 57dabc1dffdc0181192cf80b79740f50814763a5
      https://github.com/llvm/llvm-project/commit/57dabc1dffdc0181192cf80b79740f50814763a5
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2024-06-28 (Fri, 28 Jun 2024)

  Changed paths:
    M libcxx/src/CMakeLists.txt

  Log Message:
  -----------
  [libc++] Fix how we pass /MANIFEST flag on Windows without clang-cl (#96967)

If we're compiling with Clang (not clang-cl) on Windows, we need to use
-Xlinker to pass the /MANIFEST option.

Fixes #96430



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list