projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove the separate explicit AES instruction patterns. They are equivalent to the...
[oota-llvm.git]
/
examples
/
CMakeLists.txt
1
add_subdirectory(BrainF)
2
add_subdirectory(Fibonacci)
3
add_subdirectory(HowToUseJIT)
4
add_subdirectory(Kaleidoscope)
5
add_subdirectory(ModuleMaker)
6
7
if( NOT WIN32 )
8
add_subdirectory(ExceptionDemo)
9
endif()
10
11
if( HAVE_PTHREAD_H )
12
add_subdirectory(ParallelJIT)
13
endif( HAVE_PTHREAD_H )