[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL v2 10/44] meson.build Add CONFIG_HEXAGON_IDEF_PARSER
|
From: |
Taylor Simpson |
|
Subject: |
[PULL v2 10/44] meson.build Add CONFIG_HEXAGON_IDEF_PARSER |
|
Date: |
Thu, 18 May 2023 13:03:37 -0700 |
Enable conditional compilation depending on whether idef-parser
is configured
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230427230012.3800327-2-tsimpson@quicinc.com>
---
meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/meson.build b/meson.build
index d3cf48960b..b36124fdc4 100644
--- a/meson.build
+++ b/meson.build
@@ -1866,6 +1866,7 @@ endif
config_host_data.set('CONFIG_GTK', gtk.found())
config_host_data.set('CONFIG_VTE', vte.found())
config_host_data.set('CONFIG_GTK_CLIPBOARD', have_gtk_clipboard)
+config_host_data.set('CONFIG_HEXAGON_IDEF_PARSER',
get_option('hexagon_idef_parser'))
config_host_data.set('CONFIG_LIBATTR', have_old_libattr)
config_host_data.set('CONFIG_LIBCAP_NG', libcap_ng.found())
config_host_data.set('CONFIG_EBPF', libbpf.found())
--
2.25.1
- [PULL v2 09/44] Hexagon (tests/tcg/hexagon) Add v73 scalar tests, (continued)
- [PULL v2 09/44] Hexagon (tests/tcg/hexagon) Add v73 scalar tests, Taylor Simpson, 2023/05/18
- [PULL v2 02/44] Hexagon (target/hexagon) Add v68 scalar instructions, Taylor Simpson, 2023/05/18
- [PULL v2 07/44] Hexagon (tests/tcg/hexagon) Add v69 HVX tests, Taylor Simpson, 2023/05/18
- [PULL v2 11/44] Hexagon (target/hexagon) Add DisasContext arg to gen_log_reg_write, Taylor Simpson, 2023/05/18
- [PULL v2 24/44] Hexagon (target/hexagon) Add overrides for disabled idef-parser insns, Taylor Simpson, 2023/05/18
- [PULL v2 20/44] Hexagon (target/hexagon) Short-circuit packet register writes, Taylor Simpson, 2023/05/18
- [PULL v2 23/44] Hexagon (target/hexagon) Short-circuit more HVX single instruction packets, Taylor Simpson, 2023/05/18
- [PULL v2 21/44] Hexagon (target/hexagon) Short-circuit packet predicate writes, Taylor Simpson, 2023/05/18
- [PULL v2 18/44] Hexagon (target/hexagon) Don't overlap dest writes with source reads, Taylor Simpson, 2023/05/18
- [PULL v2 25/44] Hexagon (target/hexagon) Make special new_value for USR, Taylor Simpson, 2023/05/18
- [PULL v2 10/44] meson.build Add CONFIG_HEXAGON_IDEF_PARSER,
Taylor Simpson <=
- [PULL v2 35/44] Hexagon: append eflags to unknown cpu model string, Taylor Simpson, 2023/05/18
- [PULL v2 08/44] Hexagon (target/hexagon) Add v73 scalar instructions, Taylor Simpson, 2023/05/18
- [PULL v2 30/44] Hexagon (target/hexagon) Move items to DisasContext, Taylor Simpson, 2023/05/18
- [PULL v2 31/44] Hexagon (target/hexagon) Additional instructions handled by idef-parser, Taylor Simpson, 2023/05/18
- [PULL v2 27/44] Hexagon (target/hexagon) Move new_pred_value to DisasContext, Taylor Simpson, 2023/05/18
- [PULL v2 33/44] Hexagon (target/hexagon/*.py): raise exception on reg parsing error, Taylor Simpson, 2023/05/18
- [PULL v2 28/44] Hexagon (target/hexagon) Move pred_written to DisasContext, Taylor Simpson, 2023/05/18
- [PULL v2 04/44] Hexagon (target/hexagon) Add v68 HVX instructions, Taylor Simpson, 2023/05/18
- [PULL v2 36/44] Hexagon (iclass): update J4_hintjumpr slot constraints, Taylor Simpson, 2023/05/18
- [PULL v2 29/44] Hexagon (target/hexagon) Move pkt_has_store_s1 to DisasContext, Taylor Simpson, 2023/05/18