[all-commits] [llvm/llvm-project] 61311f: Use different export file when linking with dylib

serge-sans-paille via All-commits all-commits at lists.llvm.org
Tue Dec 13 12:34:23 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 61311f3c9363534eda3bc9b8a5edbab80048cdd4
      https://github.com/llvm/llvm-project/commit/61311f3c9363534eda3bc9b8a5edbab80048cdd4
  Author: serge-sans-paille <sguelton at mozilla.com>
  Date:   2022-12-13 (Tue, 13 Dec 2022)

  Changed paths:
    M llvm/tools/lto/CMakeLists.txt
    A llvm/tools/lto/lto.dylib.exports
    M llvm/tools/remarks-shlib/CMakeLists.txt
    A llvm/tools/remarks-shlib/Remarks.dylib.exports

  Log Message:
  -----------
  Use different export file when linking with dylib

This fixes compilation of clang with lld, as reported in
https://reviews.llvm.org/D135402.

Basically some symbols are not available when not linking statically.

Differential Revision: https://reviews.llvm.org/D139932




More information about the All-commits mailing list