]> granicus.if.org Git - llvm/commitdiff
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)
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

index 76ab5d36047e584a8fbbf83aff631277a628696e..03a8c4f5f909ad58228b0a9e7255cb93324f0249 100644 (file)
@@ -22,7 +22,6 @@ else()
   set(LLVM_OPTIONAL_SOURCES LLVMGlobalISel ${GLOBAL_ISEL_FILES})
 endif()
 
-
 # In LLVMBuild.txt files, it is not possible to mark a dependency to a
 # library as optional. So instead, generate an empty library if we did
 # not ask for it.