mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 03:46:46 +00:00

The Legacy PM was deprecated for the optimization pipeline in LLVM 14 [1] (the support was removed altogether in the following release). This patch removes the original Hello example that was introduced to illustrate the Legacy PM. The Hello example no longer works and hence is deleted. The corresponding documentation is also removed. Note, Hello example for the new PM is located in * llvm/lib/Transforms/Utils/HelloWorld.cpp and documented in * WritingAnLLVMNewPMPass.rst. [1] https://releases.llvm.org/14.0.0/docs/ReleaseNotes.html#changes-to-the-llvm-ir
12 lines
312 B
CMake
12 lines
312 B
CMake
add_subdirectory(Utils)
|
|
add_subdirectory(Instrumentation)
|
|
add_subdirectory(AggressiveInstCombine)
|
|
add_subdirectory(InstCombine)
|
|
add_subdirectory(Scalar)
|
|
add_subdirectory(IPO)
|
|
add_subdirectory(Vectorize)
|
|
add_subdirectory(ObjCARC)
|
|
add_subdirectory(Coroutines)
|
|
add_subdirectory(CFGuard)
|
|
add_subdirectory(HipStdPar)
|