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
[Clang/AMDGPU] Zero sized arrays not allowed in HIP device code. (#113470)
[llvm-project.git]
/
llvm
/
tools
/
llvm-opt-report
/
CMakeLists.txt
blob
2803de384737c67b3592df772e063699573bc38f
1
set(LLVM_LINK_COMPONENTS
2
Demangle
3
Remarks
4
Support
5
)
6
7
add_llvm_tool(llvm-opt-report
8
OptReport.cpp
9
)
10