From eb185e1f644105aadcc3fc1701dc2bbeafb05eae Mon Sep 17 00:00:00 2001 From: Ahmed Bougacha Date: Wed, 25 Jan 2017 02:55:24 +0000 Subject: [PATCH] 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 --- llvm/lib/CodeGen/GlobalISel/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt b/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt index 76ab5d36047e..03a8c4f5f909 100644 --- a/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt +++ b/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt @@ -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.