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
[RISCV] Add LUI/AUIPC+ADDI fusions to sifive-p450. (#78501)
[llvm-project.git]
/
libc
/
docs
/
CMakeLists.txt
blob
be09423d38e8e3adb29ed45913f130f6a66f76fe
1
2
if (LLVM_ENABLE_SPHINX)
3
include(AddSphinxTarget)
4
if (SPHINX_FOUND)
5
if (${SPHINX_OUTPUT_HTML})
6
add_sphinx_target(html libc)
7
endif()
8
endif()
9
endif()