[all-commits] [llvm/llvm-project] 3c1d8e: [lldb-tests] Add compiler version check in TestFun...

Felipe de Azevedo Piovezan via All-commits all-commits at lists.llvm.org
Tue Oct 18 10:48:50 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c1d8e06d4a995f8d421ede3cf9240bbddc43441
      https://github.com/llvm/llvm-project/commit/3c1d8e06d4a995f8d421ede3cf9240bbddc43441
  Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
  Date:   2022-10-18 (Tue, 18 Oct 2022)

  Changed paths:
    M lldb/test/API/macosx/function-starts/TestFunctionStarts.py

  Log Message:
  -----------
  [lldb-tests] Add compiler version check in TestFunctionStarts

This test requires compiling its input program without debug
information. To do so, it uses certain Makefile variables that are never
populated with custom libcxx paths (if present). Doing so would not
necessarily be correct: we cannot guarantee that said standard library
has no debug symbols.

As such, we keep using the system libraries but disable the tests in
clang versions that are too old to work with more modern system
libraries, as in the case of the lldb-matrix bot.

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




More information about the All-commits mailing list