projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8122b22
)
Remove llvm-lit from the cmake install target.
author
Hans Wennborg
<hans@hanshq.net>
Thu, 22 Aug 2013 01:34:09 +0000
(
01:34
+0000)
committer
Hans Wennborg
<hans@hanshq.net>
Thu, 22 Aug 2013 01:34:09 +0000
(
01:34
+0000)
Since it's an llvm-internal tool, we shouldn't install it.
llvm-svn: 188976
llvm/utils/llvm-lit/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/llvm/utils/llvm-lit/CMakeLists.txt
b/llvm/utils/llvm-lit/CMakeLists.txt
index
602cc88
..
b535eae
100644
(file)
--- a/
llvm/utils/llvm-lit/CMakeLists.txt
+++ b/
llvm/utils/llvm-lit/CMakeLists.txt
@@
-2,11
+2,3
@@
configure_file(
llvm-lit.in
${LLVM_TOOLS_BINARY_DIR}/llvm-lit
)
-
-install(FILES
- ${LLVM_TOOLS_BINARY_DIR}/llvm-lit
- DESTINATION bin
- PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE
- GROUP_READ GROUP_EXECUTE
- WORLD_READ WORLD_EXECUTE
- )