forked from OSchip/llvm-project
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:
parent
ce40fa13ce
commit
eb185e1f64
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue