[all-commits] [llvm/llvm-project] 19fd89: Revert "[Examples] Add IRTransformations directory...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Dec 1 14:21:46 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 19fd8925a4afe6efd248688cce06aceff50efe0c
https://github.com/llvm/llvm-project/commit/19fd8925a4afe6efd248688cce06aceff50efe0c
Author: Florian Hahn <flo at fhahn.com>
Date: 2019-12-01 (Sun, 01 Dec 2019)
Changed paths:
M llvm/CMakeLists.txt
M llvm/examples/CMakeLists.txt
R llvm/examples/IRTransforms/CMakeLists.txt
R llvm/examples/IRTransforms/InitializePasses.cpp
R llvm/examples/IRTransforms/InitializePasses.h
R llvm/examples/IRTransforms/SimplifyCFG.cpp
R llvm/examples/IRTransforms/SimplifyCFG.h
R llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg-blockaddress.ll
R llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg1.ll
R llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg2-dead-block-order.ll
R llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg3-phis.ll
R llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg4-multiple-duplicate-cfg-updates.ll
R llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg5-del-phis-for-dead-block.ll
R llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg6-dead-self-loop.ll
M llvm/tools/opt/CMakeLists.txt
M llvm/tools/opt/opt.cpp
Log Message:
-----------
Revert "[Examples] Add IRTransformations directory to examples."
This breaks LLVMExports.cmake in some build configurations.
PR44197
This reverts commits ceb72d07b004af9c428c4a3c73a98ea97d49a713
7d0b1d77b3d4d47df477519fd1bf099b3df6f899.
More information about the All-commits
mailing list