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
[AMDGPU] Test codegen'ing True16 additions.
[llvm-project.git]
/
libunwind
/
docs
/
CMakeLists.txt
blob
79b87eb03b447fb3fc071ea38e7874a70d0b985a
1
include(FindSphinx)
2
if (SPHINX_FOUND AND LLVM_ENABLE_SPHINX)
3
include(AddSphinxTarget)
4
if (${SPHINX_OUTPUT_HTML})
5
add_sphinx_target(html libunwind)
6
endif()
7
endif()