forked from OSchip/llvm-project
Remove a FIXME that I forgot about. NFC.
Sorry about the noise. llvm-svn: 284103
This commit is contained in:
parent
8cb2efa58a
commit
acb444f58d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue