[PATCH] D144509: [CMake] Bumps minimum version to 3.20.0.

Mike Hommey via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 16 15:21:40 PDT 2023


glandium added a comment.

In D144509#4347604 <https://reviews.llvm.org/D144509#4347604>, @mstorsjo wrote:

> See D150688 <https://reviews.llvm.org/D150688> - I believe that might fix the issue you're seeing, as that one mentions compiler-rt.

Unfortunately, it doesn't.

FWIW, the errors looks like:

  lld-link: error: undefined symbol: __declspec(dllimport) _getpid
  >>> referenced by clang_rt.profile-i386.lib(InstrProfilingFile.c.obj):(_getCurFilename)
  >>> referenced by clang_rt.profile-i386.lib(InstrProfilingFile.c.obj):(_parseAndSetFilename)
  >>> referenced by oldnames.lib(getpid.obi)

etc.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144509



More information about the cfe-commits mailing list