[Lldb-commits] [PATCH] D137337: Replace LLVM_LIBDIR_SUFFIX by CMAKE_INSTALL_LIBDIR

2023-09-04 Thread Mark de Wever via Phabricator via lldb-commits
Mordante added a comment. Herald added subscribers: bviyer, jplehr. For libc++ we like to clean up the review queue for the GitHub PR transition. Is there still interest on working on this patch? If so would it be possible to finish it before the Phabricator is changed to read only mode? CHANG

[Lldb-commits] [PATCH] D159127: [lldb][libc++] Adds chrono data formatters.

2023-09-04 Thread Mark de Wever via Phabricator via lldb-commits
Mordante updated this revision to Diff 555763. Mordante marked an inline comment as done. Mordante added a comment. Address review comments. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D159127/new/ https://reviews.llvm.org/D159127 Files: lldb/s

[Lldb-commits] [PATCH] D159127: [lldb][libc++] Adds chrono data formatters.

2023-09-04 Thread Mark de Wever via Phabricator via lldb-commits
Mordante marked 4 inline comments as done. Mordante added inline comments. Comment at: lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp:986-993 + "^std::__[[:alnum:]]+::chrono::" + "(((nano)|(micro)|(milli)|())seconds)|" + "(minutes)|" + "(hours)|"

[Lldb-commits] [PATCH] D156687: [lldb][AArch64] Add kind marker to ReadAll/WriteALLRegisterValues data

2023-09-04 Thread David Spickett via Phabricator via lldb-commits
DavidSpickett updated this revision to Diff 555762. DavidSpickett added a comment. Kind -> Type Pull out the caching and size calculation into its own function. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D156687/new/ https://reviews.llvm.org/D15

[Lldb-commits] [lldb] [mlir][OpenMP] Added omp.region operation (PR #65243)

2023-09-04 Thread via lldb-commits
https://github.com/shraiysh updated https://github.com/llvm/llvm-project/pull/65243: >From ff635ce0ce910f0cde248a4babb3c27333ddc108 Mon Sep 17 00:00:00 2001 From: Shraiysh Vaishay Date: Sun, 3 Sep 2023 22:40:10 -0500 Subject: [PATCH 1/2] [mlir][OpenMP] Added omp.region operation This patch add

[Lldb-commits] [lldb] [mlir][OpenMP] Added omp.region operation (PR #65243)

2023-09-04 Thread via lldb-commits
kiranchandramohan wrote: Please add a quick RFC in the mlir discourse channel. Would it make sense to call it an internal region? Or specialize it further and call it canonical_loop_region? https://github.com/llvm/llvm-project/pull/65243 ___ lldb-com