]> granicus.if.org Git - llvm/commit
Try to prevent build breakage by touching a CMakeLists.txt.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Wed, 25 Jan 2017 02:55:24 +0000 (02:55 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Wed, 25 Jan 2017 02:55:24 +0000 (02:55 +0000)
commit7b09fb719d1a5c99fd3e37b14c3d54f86ca38ec8
tree5799195ca7f95ecfb14103588db76ea91a018798
parentf541c745520e150b25e5d2f44e383d5da2f977e2
Try to prevent build breakage by touching a CMakeLists.txt.

Looks like our cmake goop for handling .inc->td dependencies doesn't
track the .td files.

This manifests as cmake complaining about missing files since r293009.

Force a rerun to avoid that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293012 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/GlobalISel/CMakeLists.txt