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
[WebAssembly] Add new target feature in support of 'extended-const' proposal
[llvm-project.git]
/
llvm
/
lib
/
Target
/
WebAssembly
/
Utils
/
CMakeLists.txt
blob
3fc1732cd409dfa4408193552149068e9ab09dcc
1
add_llvm_component_library(LLVMWebAssemblyUtils
2
WebAssemblyUtilities.cpp
3
WebAssemblyTypeUtilities.cpp
4
5
LINK_COMPONENTS
6
CodeGen
7
Core
8
MC
9
Support
10
11
ADD_TO_COMPONENT
12
WebAssembly
13
)