From 69c8ca3fda18d27149a18453e0b69f212693c356 Mon Sep 17 00:00:00 2001 From: max Date: Sun, 25 Aug 2024 21:51:05 -0500 Subject: [PATCH] -Wno-format --- .../iree-amd-aie/aie_runtime/test/CMakeLists.txt | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/runtime/src/iree-amd-aie/aie_runtime/test/CMakeLists.txt b/runtime/src/iree-amd-aie/aie_runtime/test/CMakeLists.txt index eb0d8ae90..da72707fd 100644 --- a/runtime/src/iree-amd-aie/aie_runtime/test/CMakeLists.txt +++ b/runtime/src/iree-amd-aie/aie_runtime/test/CMakeLists.txt @@ -35,7 +35,9 @@ iree_cc_test( NAME test_0335_aie_dma_tile_dma_packet_switch_mode SRCS - test_packet_switch_mode.cc + test_packet_switch_mode.cc + COPTS + -Wno-format DEPS iree-amd-aie::aie_runtime::iree_aie_runtime_static ) @@ -44,7 +46,7 @@ iree_lit_test( NAME test_0335_aie_dma_tile_dma_packet_switch_mode_lit_test TEST_FILE - test_packet_switch_mode.cc + test_packet_switch_mode.cc TOOLS ::test_0335_aie_dma_tile_dma_packet_switch_mode FileCheck @@ -56,7 +58,9 @@ iree_cc_test( NAME test_1114_aie_stream_switch_packet_switch_control_packets SRCS - test_control_packets.cc + test_control_packets.cc + COPTS + -Wno-format DEPS iree-amd-aie::aie_runtime::iree_aie_runtime_static ) @@ -65,7 +69,7 @@ iree_lit_test( NAME test_1114_aie_stream_switch_packet_switch_control_packets_lit_test TEST_FILE - test_control_packets.cc + test_control_packets.cc TOOLS ::test_1114_aie_stream_switch_packet_switch_control_packets FileCheck @@ -78,6 +82,8 @@ iree_cc_test( test_transaction SRCS test_transaction.cc + COPTS + -Wno-format DEPS iree-amd-aie::aie_runtime::iree_aie_runtime_static )