Revert "[Examples] Add IRTransformations directory to examples."
authorFlorian Hahn <flo@fhahn.com>
Sun, 1 Dec 2019 22:19:05 +0000 (22:19 +0000)
committerFlorian Hahn <flo@fhahn.com>
Sun, 1 Dec 2019 22:20:20 +0000 (22:20 +0000)
commit19fd8925a4afe6efd248688cce06aceff50efe0c
treed3798079194791ac46739f92fb8a1d839bc01965
parentae5484540f15bcbcb0de9558e66b0217ab8473ed
Revert "[Examples] Add IRTransformations directory to examples."

This breaks LLVMExports.cmake in some build configurations.

PR44197

This reverts commits ceb72d07b004af9c428c4a3c73a98ea97d49a713
                     7d0b1d77b3d4d47df477519fd1bf099b3df6f899.
16 files changed:
llvm/CMakeLists.txt
llvm/examples/CMakeLists.txt
llvm/examples/IRTransforms/CMakeLists.txt [deleted file]
llvm/examples/IRTransforms/InitializePasses.cpp [deleted file]
llvm/examples/IRTransforms/InitializePasses.h [deleted file]
llvm/examples/IRTransforms/SimplifyCFG.cpp [deleted file]
llvm/examples/IRTransforms/SimplifyCFG.h [deleted file]
llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg-blockaddress.ll [deleted file]
llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg1.ll [deleted file]
llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg2-dead-block-order.ll [deleted file]
llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg3-phis.ll [deleted file]
llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg4-multiple-duplicate-cfg-updates.ll [deleted file]
llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg5-del-phis-for-dead-block.ll [deleted file]
llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg6-dead-self-loop.ll [deleted file]
llvm/tools/opt/CMakeLists.txt
llvm/tools/opt/opt.cpp