[X86] combineTargetShuffle - commute VPERMV3 shuffles so any load is on the RHS
[llvm-project.git] / libc / examples / hello_world / CMakeLists.txt
blob1561cdc1c3bf55014e2d959c22fa073f5007b38f
1 project(hello_world)
2 cmake_minimum_required(VERSION 3.20.0)
3 include(../examples.cmake)
5 add_example(
6   hello_world
7   hello_world.c