[all-commits] [llvm/llvm-project] 8f96be: [bugpoint] Fix bugpoint for LLVM_ENABLE_EXPORTED_S...

Lang Hames via All-commits all-commits at lists.llvm.org
Thu Aug 29 00:07:41 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8f96be921c1a97594ee94c2789cee9b131525f63
      https://github.com/llvm/llvm-project/commit/8f96be921c1a97594ee94c2789cee9b131525f63
  Author: Lang Hames <lhames at gmail.com>
  Date:   2024-08-29 (Thu, 29 Aug 2024)

  Changed paths:
    M llvm/tools/bugpoint/CMakeLists.txt

  Log Message:
  -----------
  [bugpoint] Fix bugpoint for LLVM_ENABLE_EXPORTED_SYMBOLS_IN_EXECUTABLES=Off.

Building with -DLLVM_ENABLE_EXPORTED_SYMBOLS_IN_EXECUTABLES=Off should not
prevent use of bugpoint plugins.

This fix uses the approach implemented in
https://github.com/llvm/llvm-project/pull/101741.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list