[lldb] Require Clang 8 for gpubnames test
authorRaphael Isemann <teemperor@gmail.com>
Wed, 16 Jun 2021 12:04:31 +0000 (14:04 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 16 Jun 2021 12:07:03 +0000 (14:07 +0200)
commit59d58863bc0ea72a396aa9b08a7a5cb3f29e75b6
tree9afa88ae71dd028faba4b9c4a5a6b86c12142651
parent610fea65e296e5e9aad9c90903c2e40eaa4f03ac
[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 ).
lldb/test/API/lang/c/forward/TestForwardDeclaration.py