From bc668c9c34a457f57f70c49676455efbf65f5300 Mon Sep 17 00:00:00 2001 From: Diana Picus Date: Thu, 13 Oct 2016 05:28:55 +0000 Subject: [PATCH] Remove a FIXME that I forgot about. NFC. Sorry about the noise. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284103 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Target/AArch64/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/unittests/Target/AArch64/CMakeLists.txt b/unittests/Target/AArch64/CMakeLists.txt index ec1dafc1f2f..94addf4fc12 100644 --- a/unittests/Target/AArch64/CMakeLists.txt +++ b/unittests/Target/AArch64/CMakeLists.txt @@ -3,8 +3,6 @@ include_directories( ${CMAKE_BINARY_DIR}/lib/Target/AArch64 ) -# FIXME: We're really requiring way too many components here, and a lot of it is -# because of the TargetOptions set(LLVM_LINK_COMPONENTS AArch64CodeGen AArch64Desc -- 2.49.0