tree: afe4c982e153f9a5501fcf849b61b7f29b0da6be [path history] [tgz]
  1. presets/
  2. build_all.sh
  3. build_and_test_asan.sh
  4. build_and_test_byo_llvm.sh
  5. build_and_test_tsan.sh
  6. build_android.sh
  7. build_riscv.sh
  8. build_runtime_emscripten.sh
  9. CMakeLists.txt
  10. ctest_all.sh
  11. CTestCustom.cmake.in
  12. empty_file
  13. external_cc_library.cmake
  14. flatbuffer_c_library.cmake
  15. iree_add_all_subdirs.cmake
  16. iree_bitcode_library.cmake
  17. iree_bytecode_module.cmake
  18. iree_c_embed_data.cmake
  19. iree_c_module.cmake
  20. iree_cc_binary.cmake
  21. iree_cc_binary_benchmark.cmake
  22. iree_cc_library.cmake
  23. iree_cc_test.cmake
  24. iree_check_test.cmake
  25. iree_configure_testing.cmake
  26. iree_copts.cmake
  27. iree_e2e_generated_runner_test.cmake
  28. iree_external_cmake_options.cmake
  29. iree_hal_cts_test_suite.cmake
  30. iree_import_binary.cmake
  31. iree_install_support.cmake
  32. iree_lit_test.cmake
  33. iree_llvm.cmake
  34. iree_macros.cmake
  35. iree_native_test.cmake
  36. iree_plugin_register.cmake
  37. iree_python.cmake
  38. iree_setup_toolchain.cmake
  39. iree_static_linker_test.cmake
  40. iree_tablegen_doc.cmake
  41. iree_tablegen_library.cmake
  42. IREECompilerConfig.cmake.in
  43. IREERuntimeConfig.cmake.in
  44. README.md
  45. riscv.toolchain.cmake
  46. run_android_test.bat
  47. run_android_test.ps1
  48. run_android_test.sh
  49. run_arm_sme_test.sh
  50. run_riscv_test.sh
  51. run_tf_tests.sh
  52. setup_build.sh
  53. setup_ccache.sh
  54. setup_sccache.sh
  55. static_linker_test.c.in
  56. test_iree_dialects.sh
  57. test_riscv.sh
build_tools/cmake/README.md

IREE-specific cmake functions

The functions in this directory are intended to be used within the IREE project. Using them outside IREE is entirely unsupported. IREE team reserves the right to break the out-of-tree usage at any time without notice, and will do so if it becomes more invasive or adds complexity to the project. Relying on these functions may be convenient for downstream projects, but they are doing so at their own risk.