1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Prune trailing whitespace. (To regenerate makefiles)

llvm-svn: 304112
This commit is contained in:
NAKAMURA Takumi 2017-05-28 22:54:25 +00:00
parent 47845e9e96
commit ca93544710

View File

@ -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
)