[all-commits] [llvm/llvm-project] d7c679: [OpenMP] [cmake] Don't use -fno-semantic-interposi...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Fri Feb 16 04:41:34 PST 2024


  Branch: refs/heads/release/18.x
  Home:   https://github.com/llvm/llvm-project
  Commit: d7c6794aff6625c420a719d64402827cbae55292
      https://github.com/llvm/llvm-project/commit/d7c6794aff6625c420a719d64402827cbae55292
  Author: Martin Storsjö <martin at martin.st>
  Date:   2024-02-16 (Fri, 16 Feb 2024)

  Changed paths:
    M openmp/cmake/HandleOpenMPOptions.cmake

  Log Message:
  -----------
  [OpenMP] [cmake] Don't use -fno-semantic-interposition on Windows (#81113)

This was added in 4b7beab4187ab0766c3d7b272511d5751431a8da. When the
flag was added implicitly elsewhere, it was added via
llvm/cmake/modules/HandleLLVMOptions.cmake, where it wasn't added on
Windows/Cygwin targets.

This avoids one warning per object file in OpenMP.

(cherry picked from commit 72f04fa0734f8559ad515f507a4a3ce3f461f196)




More information about the All-commits mailing list