[llvm] r293012 - Try to prevent build breakage by touching a CMakeLists.txt.

Ahmed Bougacha via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 18:55:24 PST 2017


Author: ab
Date: Tue Jan 24 20:55:24 2017
New Revision: 293012

URL: http://llvm.org/viewvc/llvm-project?rev=293012&view=rev
Log:
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.

Modified:
    llvm/trunk/lib/CodeGen/GlobalISel/CMakeLists.txt

Modified: llvm/trunk/lib/CodeGen/GlobalISel/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/GlobalISel/CMakeLists.txt?rev=293012&r1=293011&r2=293012&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/GlobalISel/CMakeLists.txt (original)
+++ llvm/trunk/lib/CodeGen/GlobalISel/CMakeLists.txt Tue Jan 24 20:55:24 2017
@@ -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. 




More information about the llvm-commits mailing list