This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Single lit config attribute for CMAKE_LIBRARY_OUTPUT_DIRECTORY
ClosedPublic

Authored by csigg on Sep 2 2022, 10:52 AM.

Details

Summary

Replace the following config attributes with mlir_lib_dir:

  • mlir_runner_utils_dir
  • linalg_test_lib_dir
  • spirv_wrapper_library_dir
  • vulkan_wrapper_library_dir
  • mlir_integration_test_dir

I'm going to clean up substitutions in separate changes.

Diff Detail

Event Timeline

csigg created this revision.Sep 2 2022, 10:52 AM
csigg requested review of this revision.Sep 2 2022, 10:52 AM
csigg added inline comments.Sep 2 2022, 10:54 AM
mlir/test/lit.cfg.py
49–53

Note: these were duplicated from above.

aartbik accepted this revision.Sep 2 2022, 11:32 AM

looks like a healthy prep for the migration to me
(probably good to ask some of the other owners to have look too)

mlir/test/CMakeLists.txt
39

thanks for planning to improve this too!

mlir/test/lit.cfg.py
50

were these unused?

This revision is now accepted and ready to land.Sep 2 2022, 11:32 AM
csigg updated this revision to Diff 457768.Sep 3 2022, 12:16 AM

Fix ArmSVE.

mehdi_amini accepted this revision.Sep 3 2022, 3:26 AM
This revision was automatically updated to reflect the committed changes.
csigg marked an inline comment as done.