[PATCH] D135402: [LLD] Enable --no-undefined-version by default.

Yi Kong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 12 00:01:04 PST 2022


kongyi added a comment.

libomp build with `OPENMP_ENABLE_OMPTARGET=FALSE;OPENMP_ENABLE_OMP_TOOLS=FALSE` continues to be broken.

  ld.lld: error: version script assignment of 'VERSION' to symbol 'ompt_start_tool' failed: symbol not defined
  ld.lld: error: version script assignment of 'VERSION' to symbol 'ompt_libomp_connect' failed: symbol not defined
  clang-16: error: linker command failed with exit code 1 (use -v to see invocation)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135402/new/

https://reviews.llvm.org/D135402



More information about the llvm-commits mailing list