[all-commits] [llvm/llvm-project] 096f93: [Libomp] Do not error on undefined version script ...

Joseph Huber via All-commits all-commits at lists.llvm.org
Thu Oct 13 06:45:46 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 096f93e73dc3f88636cdcb57515e3732385b452d
      https://github.com/llvm/llvm-project/commit/096f93e73dc3f88636cdcb57515e3732385b452d
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2022-10-13 (Thu, 13 Oct 2022)

  Changed paths:
    M openmp/runtime/cmake/LibompHandleFlags.cmake
    M openmp/runtime/cmake/config-ix.cmake

  Log Message:
  -----------
  [Libomp] Do not error on undefined version script symbols

Summary:
A recent patch made all of the places we used version scripts in OpenMP
start throwing errors when linking with LLD. This is hopefully the last
one required to get the build bots to pass. This patch simply adds the
`--undefined-version` flag to the places where the version scripts are
used.




More information about the All-commits mailing list