[all-commits] [llvm/llvm-project] 59d588: [lldb] Require Clang 8 for gpubnames test
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Wed Jun 16 05:07:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 59d58863bc0ea72a396aa9b08a7a5cb3f29e75b6
https://github.com/llvm/llvm-project/commit/59d58863bc0ea72a396aa9b08a7a5cb3f29e75b6
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-06-16 (Wed, 16 Jun 2021)
Changed paths:
M lldb/test/API/lang/c/forward/TestForwardDeclaration.py
Log Message:
-----------
[lldb] Require Clang 8 for gpubnames test
This test is using -gpubnames which is only available since Clang 8. The
original Clang 7 requirement was based on the availability of
-accel-tables=Dwarf (which the test initially used before being changed to
-gpubnames in commit 15a6df52efaa7 ).
More information about the All-commits
mailing list