projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1352fd
)
AddLLVM.cmake: Untabify.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Fri, 31 Jan 2014 17:32:42 +0000
(17:32 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Fri, 31 Jan 2014 17:32:42 +0000
(17:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200557
91177308
-0d34-0410-b5e6-
96231b3b80d8
cmake/modules/AddLLVM.cmake
patch
|
blob
|
history
diff --git
a/cmake/modules/AddLLVM.cmake
b/cmake/modules/AddLLVM.cmake
index 301aeea80f5f95e64cede1f5f97f73ca90fe2b6b..0c9abcad5090fb670757bef65fd6c5d39d2d5297 100644
(file)
--- a/
cmake/modules/AddLLVM.cmake
+++ b/
cmake/modules/AddLLVM.cmake
@@
-37,8
+37,8
@@
function(llvm_update_compile_flags name)
foreach(fn ${sources})
get_filename_component(suf ${fn} EXT)
if("${suf}" STREQUAL ".cpp")
- set_property(SOURCE ${fn} APPEND_STRING PROPERTY
- COMPILE_FLAGS "${target_compile_flags}")
+
set_property(SOURCE ${fn} APPEND_STRING PROPERTY
+
COMPILE_FLAGS "${target_compile_flags}")
endif()
endforeach()
else()