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
[X86] combineTargetShuffle - commute VPERMV3 shuffles so any load is on the RHS
[llvm-project.git]
/
libc
/
examples
/
hello_world
/
CMakeLists.txt
blob
1561cdc1c3bf55014e2d959c22fa073f5007b38f
1
project(hello_world)
2
cmake_minimum_required(VERSION 3.20.0)
3
include(../examples.cmake)
4
5
add_example(
6
hello_world
7
hello_world.c
8
)