From 3fbb046df6177dcdb3598b7c8259aa556ebfa04d Mon Sep 17 00:00:00 2001 From: Quentin Colombet Date: Fri, 4 Aug 2017 20:15:41 +0000 Subject: [PATCH] [GlobalISel] Remove a stall comment in CMake. Thanks to Diana Picus for noticing. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310114 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/GlobalISel/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/CodeGen/GlobalISel/CMakeLists.txt b/lib/CodeGen/GlobalISel/CMakeLists.txt index afe42b8cb84..2db90f8888c 100644 --- a/lib/CodeGen/GlobalISel/CMakeLists.txt +++ b/lib/CodeGen/GlobalISel/CMakeLists.txt @@ -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 -- 2.50.1