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] Fix mgather -> riscv.masked.strided.load combine not extending indices (...
[llvm-project.git]
/
llvm
/
lib
/
Frontend
/
HLSL
/
CMakeLists.txt
blob
eda6cb8e69a49715d13a2e776bf5911cfdf3cffb
1
add_llvm_component_library(LLVMFrontendHLSL
2
HLSLResource.cpp
3
4
ADDITIONAL_HEADER_DIRS
5
${LLVM_MAIN_INCLUDE_DIR}/llvm/Frontend
6
${LLVM_MAIN_INCLUDE_DIR}/llvm/Frontend/HLSL
7
8
DEPENDS
9
intrinsics_gen
10
11
LINK_COMPONENTS
12
Core
13
Support
14
)