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:
147ebc7
)
Reformat.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 6 Jan 2015 09:44:29 +0000
(09:44 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 6 Jan 2015 09:44:29 +0000
(09:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225259
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
e262ba8
..
bc65fd9
100644
(file)
--- a/
cmake/modules/AddLLVM.cmake
+++ b/
cmake/modules/AddLLVM.cmake
@@
-143,8
+143,10
@@
function(add_llvm_symbol_exports target_name export_file)
endfunction(add_llvm_symbol_exports)
if(NOT WIN32 AND NOT APPLE)
- execute_process(COMMAND ${CMAKE_C_COMPILER} -Wl,--version
- OUTPUT_VARIABLE stdout)
+ execute_process(
+ COMMAND ${CMAKE_C_COMPILER} -Wl,--version
+ OUTPUT_VARIABLE stdout
+ )
if("${stdout}" MATCHES "GNU gold")
set(LLVM_LINKER_IS_GOLD ON)
endif()