From 311d8cc3a28d9e5a7fb836b2e99f9ad5fcf8b3a8 Mon Sep 17 00:00:00 2001 From: Michael Liao Date: Mon, 2 Oct 2017 21:54:38 +0000 Subject: [PATCH] Remove trailing whitespace to trigger re-cmaking git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314728 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SelectionDAG/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/SelectionDAG/CMakeLists.txt b/lib/CodeGen/SelectionDAG/CMakeLists.txt index ae9c5adb039..fd1e5e2cfc5 100644 --- a/lib/CodeGen/SelectionDAG/CMakeLists.txt +++ b/lib/CodeGen/SelectionDAG/CMakeLists.txt @@ -24,7 +24,7 @@ add_llvm_library(LLVMSelectionDAG SelectionDAGTargetInfo.cpp StatepointLowering.cpp TargetLowering.cpp - + DEPENDS intrinsics_gen ) -- 2.50.1