mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 11:52:22 -07:00
Add target triple and LLVM code mode debug prints (#5839)
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user