[all-commits] [llvm/llvm-project] 8f329c: [lldb] Split TestCxxChar8_t

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed Dec 1 16:58:57 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8f329cee423735c2767d3ba490e39db49f649c21
      https://github.com/llvm/llvm-project/commit/8f329cee423735c2767d3ba490e39db49f649c21
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2021-12-01 (Wed, 01 Dec 2021)

  Changed paths:
    M lldb/test/API/lang/cpp/char8_t/TestCxxChar8_t.py

  Log Message:
  -----------
  [lldb] Split TestCxxChar8_t

Split TestCxxChar8_t into two parts: one that check reading variables
without a process and another part with. This allows us to skip the
former on Apple Silicon, where lack of support for chained fix-ups
causes the test to fail.

Differential revision: https://reviews.llvm.org/D114819




More information about the All-commits mailing list