[all-commits] [llvm/llvm-project] 314b5a: [llvm-shlib] Fix the i686 MSVC triple check for li...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Sat Sep 11 09:52:04 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 314b5a0efda75dcd195f1631333078de67be13c0
      https://github.com/llvm/llvm-project/commit/314b5a0efda75dcd195f1631333078de67be13c0
  Author: Martin Storsjö <martin at martin.st>
  Date:   2021-09-11 (Sat, 11 Sep 2021)

  Changed paths:
    M llvm/tools/llvm-shlib/CMakeLists.txt

  Log Message:
  -----------
  [llvm-shlib] Fix the i686 MSVC triple check for listing symbols to export in LLVM-C.dll

https://reviews.llvm.org/D47381 / eb46c95c3e7aeba4d183ca614fe238067eddf97f
changed the triples set up by GetHostTriple.cmake for i686 MSVC
from i686-pc-win32 to i686-pc-windows-msvc without changing
the corresponding condition in llvm-shlib.

Since then, the 32 bit x86 build of LLVM-C.dll has contained no
exported symbols at all.

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




More information about the All-commits mailing list