From 0605c7b0e3882edd940b85a41a0b8f3c859c28cc Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Wed, 22 Oct 2025 10:27:27 +0200 Subject: Add target triple and LLVM code mode debug prints (#5839) --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 5fcdedd99..4cc53f319 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3840,6 +3840,7 @@ int main(int arg_count, char const **arg_ptr) { if (build_context.show_debug_messages) { debugf("Selected microarch: %.*s\n", LIT(march)); debugf("Default microarch features: %.*s\n", LIT(default_features)); + debugf("Target triplet: %.*s\n", LIT(build_context.metrics.target_triplet)); for_array(i, build_context.build_paths) { String build_path = path_to_string(heap_allocator(), build_context.build_paths[i]); debugf("build_paths[%ld]: %.*s\n", i, LIT(build_path)); -- cgit v1.2.3