OSDN Git Service

[utils] remove ability to generate llc check lines from update_test_checks.py
authorSanjay Patel <spatel@rotateright.com>
Mon, 12 Jun 2017 17:44:30 +0000 (17:44 +0000)
committerSanjay Patel <spatel@rotateright.com>
Mon, 12 Jun 2017 17:44:30 +0000 (17:44 +0000)
commit59e73620b8df0da48b58fb665ed672e42f4fbb80
treeea9097b95411913ec034e16a36d6fe9f743faad2
parent3a1a366906c470187c962a72d09e076401dddd46
[utils] remove ability to generate llc check lines from update_test_checks.py

The dream of a unified check-line auto-generator for all phases of compilation is dead.
The llc script has already diverged to be better at its goal, so having 2 scripts that
do almost the same thing just causes confusion. Now, this script will only work with
opt to produce check lines for IR transforms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305208 91177308-0d34-0410-b5e6-96231b3b80d8
utils/update_test_checks.py