[all-commits] [llvm/llvm-project] 34ef51: [lldb][dotest] Improve libc++ detection

Jordan Rupprecht via All-commits all-commits at lists.llvm.org
Wed Dec 11 13:45:28 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 34ef51b5f97933ba12d857d2da8b0d7c133320ce
      https://github.com/llvm/llvm-project/commit/34ef51b5f97933ba12d857d2da8b0d7c133320ce
  Author: Jordan Rupprecht <rupprecht at google.com>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/dotest.py

  Log Message:
  -----------
  [lldb][dotest] Improve libc++ detection

Summary: The test logic for running libc++ tests only looks to see if `/usr/include/c++/v1` exists. This adds a fallback for including libc++ tests as long as `$(CC) -stdlib=libc++` works.

Reviewers: labath, EricWF

Subscribers: ldionne, lldb-commits

Tags: #lldb

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




More information about the All-commits mailing list