[PATCH] D41427: [SymbolFilePDB] Fix null array access when parsing the type of a function without any arguments, i.e. 'int main()' and add support to test it

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 22 03:57:59 PST 2018


labath added a comment.

I have reverted this because this breaks the   lldb-Unit::SymbolFilePDBTests.TestTypedefs test http://lab.llvm.org:8011/builders/lldb-windows7-android/builds/7715. My guess is that this is because you did not update the checked-in exe to account for the changes in it's source. I'll leave up to you and Zachary to figure out whether you  actually want to update the exe or test everything using the lldb-test approach, but in the mean time, we cannot have failing tests in the repository.


Repository:
  rL LLVM

https://reviews.llvm.org/D41427





More information about the llvm-commits mailing list