[all-commits] [llvm/llvm-project] 3c91d0: [lldb] Build libcxx unique_ptr and shared_ptr test...

Jorge Gorbe Moya via All-commits all-commits at lists.llvm.org
Mon Apr 17 17:03:50 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c91d016349a5189691cf788da84608cae68bc13
      https://github.com/llvm/llvm-project/commit/3c91d016349a5189691cf788da84608cae68bc13
  Author: Jorge Gorbe Moya <jgorbe at google.com>
  Date:   2023-04-17 (Mon, 17 Apr 2023)

  Changed paths:
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/shared_ptr/Makefile
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unique_ptr/Makefile

  Log Message:
  -----------
  [lldb] Build libcxx unique_ptr and shared_ptr test programs with -glldb.

The functionality added by https://reviews.llvm.org/D145803 is gated by
lldb tuning, so we need to build the test programs with `-glldb` to make
these tests print the expected preferred name.

Differential Revision: https://reviews.llvm.org/D148582




More information about the All-commits mailing list