tree: efd9b0fefe36bde7a06fae32a5565e1e276d76f3 [path history] [tgz]
  1. presets/
  2. bazel.bat.in
  3. bazel.sh.in
  4. build_all.sh
  5. build_and_test_asan.sh
  6. build_and_test_byo_llvm.sh
  7. build_and_test_tsan.sh
  8. build_android.sh
  9. build_e2e_test_artifacts.sh
  10. build_host_tools.sh
  11. build_riscv.sh
  12. build_runtime.sh
  13. build_runtime_emscripten.sh
  14. build_runtime_small.sh
  15. build_tracing.sh
  16. clean_build.sh
  17. CMakeLists.txt
  18. ctest_all.sh
  19. CTestCustom.cmake.in
  20. empty_file
  21. external_cc_library.cmake
  22. flatbuffer_c_library.cmake
  23. iree_add_all_subdirs.cmake
  24. iree_benchmark_suite.cmake
  25. iree_bitcode_library.cmake
  26. iree_bytecode_module.cmake
  27. iree_c_embed_data.cmake
  28. iree_c_module.cmake
  29. iree_cc_binary.cmake
  30. iree_cc_binary_benchmark.cmake
  31. iree_cc_library.cmake
  32. iree_cc_test.cmake
  33. iree_check_test.cmake
  34. iree_configure_testing.cmake
  35. iree_copts.cmake
  36. iree_e2e_generated_runner_test.cmake
  37. iree_external_cmake_options.cmake
  38. iree_fetch_artifact.cmake
  39. iree_hal_cts_test_suite.cmake
  40. iree_import_binary.cmake
  41. iree_install_support.cmake
  42. iree_lit_test.cmake
  43. iree_llvm.cmake
  44. iree_macros.cmake
  45. iree_microbenchmark_suite.cmake
  46. iree_native_test.cmake
  47. iree_plugin_register.cmake
  48. iree_python.cmake
  49. iree_run_module_test.cmake
  50. iree_setup_toolchain.cmake
  51. iree_static_linker_test.cmake
  52. iree_tablegen_doc.cmake
  53. iree_tablegen_library.cmake
  54. IREECompilerConfig.cmake.in
  55. IREERuntimeConfig.cmake.in
  56. README.md
  57. rebuild.sh
  58. riscv.toolchain.cmake
  59. run_android_test.bat
  60. run_android_test.ps1
  61. run_android_test.sh
  62. run_arm_sme_test.sh
  63. run_riscv_test.sh
  64. run_tf_tests.sh
  65. setup_build.sh
  66. setup_ccache.sh
  67. static_linker_test.c.in
  68. test_benchmark_suites_on_linux.sh
  69. test_iree_dialects.sh
  70. 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.