[llvm] r304112 - Prune trailing whitespace. (To regenerate makefiles)
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Sun May 28 15:54:26 PDT 2017
Author: chapuni
Date: Sun May 28 17:54:25 2017
New Revision: 304112
URL: http://llvm.org/viewvc/llvm-project?rev=304112&view=rev
Log:
Prune trailing whitespace. (To regenerate makefiles)
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=304112&r1=304111&r2=304112&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/GlobalISel/CMakeLists.txt (original)
+++ llvm/trunk/lib/CodeGen/GlobalISel/CMakeLists.txt Sun May 28 17:54:25 2017
@@ -25,11 +25,11 @@ 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.
+# not ask for it.
add_llvm_library(LLVMGlobalISel
${GLOBAL_ISEL_BUILD_FILES}
GlobalISel.cpp
-
+
DEPENDS
intrinsics_gen
)
More information about the llvm-commits
mailing list