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:
3c3ee1f
)
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188976
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/llvm-lit/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/utils/llvm-lit/CMakeLists.txt
b/utils/llvm-lit/CMakeLists.txt
index
602cc88
..
b535eae
100644
(file)
--- a/
utils/llvm-lit/CMakeLists.txt
+++ b/
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
- )