repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[x86] fix assert with horizontal math + broadcast of vector (PR43402)
[llvm-core.git]
/
lib
/
Target
/
WebAssembly
/
TargetInfo
/
CMakeLists.txt
blob
ef6e4d2b617a294a08abd466c887432de1cc55b5
1
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2
3
add_llvm_library(LLVMWebAssemblyInfo
4
WebAssemblyTargetInfo.cpp
5
)
6
7
add_dependencies(LLVMWebAssemblyInfo WebAssemblyCommonTableGen)