[all-commits] [llvm/llvm-project] 569002: [lldb][unittest] Use shared once_flag in Diagnosti...

Chelsea Cassanova via All-commits all-commits at lists.llvm.org
Tue Feb 6 08:36:12 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 56900278b578b4f7beedb8ac1e52c541d347f401
      https://github.com/llvm/llvm-project/commit/56900278b578b4f7beedb8ac1e52c541d347f401
  Author: Chelsea Cassanova <chelsea_cassanova at apple.com>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M lldb/unittests/Core/DiagnosticEventTest.cpp

  Log Message:
  -----------
  [lldb][unittest] Use shared once_flag in DiagnosticEventTest (#80788)

Incorporates the changes from
https://github.com/llvm/llvm-project/pull/80786 to use a once_flag from
`TestUtilities` instead of a local flag in order to prevent hitting an
assertion that the debugger was initialized again in another test.




More information about the All-commits mailing list