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.

llvm-svn: 293012
This commit is contained in:
Ahmed Bougacha 2017-01-25 02:55:24 +00:00
parent ce40fa13ce
commit eb185e1f64
1 changed files with 0 additions and 1 deletions

View 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.