repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LICM] allow MemoryAccess creation failure (#116813)
[llvm-project.git]
/
lld
/
docs
/
CMakeLists.txt
blob
112ce35e8cf460dd6aba167ad0ed7bfc304b6703
1
if (LLVM_ENABLE_SPHINX)
2
include(AddSphinxTarget)
3
if (SPHINX_FOUND)
4
if (${SPHINX_OUTPUT_HTML})
5
add_sphinx_target(html lld)
6
endif()
7
endif()
8
endif()