[llvm] r310114 - [GlobalISel] Remove a stall comment in CMake.

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 4 13:15:41 PDT 2017


Author: qcolombet
Date: Fri Aug  4 13:15:41 2017
New Revision: 310114

URL: http://llvm.org/viewvc/llvm-project?rev=310114&view=rev
Log:
[GlobalISel] Remove a stall comment in CMake.

Thanks to Diana Picus <diana.picus at linaro.org> for noticing.

NFC

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=310114&r1=310113&r2=310114&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/GlobalISel/CMakeLists.txt (original)
+++ llvm/trunk/lib/CodeGen/GlobalISel/CMakeLists.txt Fri Aug  4 13:15:41 2017
@@ -1,6 +1,3 @@
-# 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.
 add_llvm_library(LLVMGlobalISel
         CallLowering.cpp
         GlobalISel.cpp




More information about the llvm-commits mailing list