[all-commits] [llvm/llvm-project] bc8e44: [test] Disable the Passes/PluginsTest cases on win...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Mon Feb 10 12:50:55 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: bc8e44218810c0db6328b9809c959ceb7d43e3f5
      https://github.com/llvm/llvm-project/commit/bc8e44218810c0db6328b9809c959ceb7d43e3f5
  Author: Martin Storsjö <martin at martin.st>
  Date:   2020-02-10 (Mon, 10 Feb 2020)

  Changed paths:
    M llvm/unittests/Passes/CMakeLists.txt

  Log Message:
  -----------
  [test] Disable the Passes/PluginsTest cases on windows with BUILD_SHARED_LIBS

The plugin expects to have undefined references to symbols exported
by the loading process, which isn't supported by shared libraries
on windows.

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




More information about the All-commits mailing list