commit | 74207ad7ba6115000911a7d6183c02177bdd8feb | [log] [tgz] |
---|---|---|
author | Pavel Labath <labath@google.com> | Wed Apr 12 10:13:50 2017 +0000 |
committer | Pavel Labath <labath@google.com> | Wed Apr 12 10:13:50 2017 +0000 |
tree | 56df8fcd327448b3de1d106555c3ef0543fa369a | |
parent | efe4e412ad3609a9cefaaee6584aaa34b9e64826 [diff] |
Fix TestGuessLanguage for gcc gcc emits DW_LANG_C89 even if we specify -std=c99 during compilation. Since this isn't an lldb bug, but just the way the compiler happens to be implemented, I teach the test to expect this situation correctly. llvm-svn: 300046