[all-commits] [llvm/llvm-project] 0481d2: Revert "[CodeGen] Expose the extensibility of Pass...
Jan Patrick Lehr via All-commits
all-commits at lists.llvm.org
Thu Jul 10 05:01:17 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0481d2a1614d011db022abb896eace626acd37ab
https://github.com/llvm/llvm-project/commit/0481d2a1614d011db022abb896eace626acd37ab
Author: Jan Patrick Lehr <JanPatrick.Lehr at amd.com>
Date: 2025-07-10 (Thu, 10 Jul 2025)
Changed paths:
M llvm/docs/WritingAnLLVMPass.rst
R llvm/include/llvm/Target/RegisterTargetPassConfigCallback.h
M llvm/lib/CodeGen/CodeGenTargetMachineImpl.cpp
M llvm/lib/Target/CMakeLists.txt
R llvm/lib/Target/RegisterTargetPassConfigCallback.cpp
R llvm/test/Other/codegen-plugin-loading.ll
R llvm/unittests/CodeGen/CGPluginTest/CMakeLists.txt
R llvm/unittests/CodeGen/CGPluginTest/Plugin/CMakeLists.txt
R llvm/unittests/CodeGen/CGPluginTest/Plugin/CodeGenTestPass.cpp
R llvm/unittests/CodeGen/CGPluginTest/Plugin/CodeGenTestPass.h
R llvm/unittests/CodeGen/CGPluginTest/Plugin/Plugin.cpp
R llvm/unittests/CodeGen/CGPluginTest/PluginTest.cpp
M llvm/unittests/CodeGen/CMakeLists.txt
Log Message:
-----------
Revert "[CodeGen] Expose the extensibility of PassConfig to plugins" (#147947)
Reverts llvm/llvm-project#139059
This broke
https://lab.llvm.org/buildbot/#/builders/10/builds/9125/steps/8/logs/stdio
The bot does a SHARED_LIBS=ON build. I can reproduce locally with the
CMake cache file in offload/cmake/caches/AMDGPUBot.cmake as the build
config.
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