[PATCH] D30876: [ASTImporter] Unnamed structs import

Douglas Yung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 5 16:09:41 PDT 2018


dyung added a comment.

FYI, when this was commited in r329301, it again caused failures on at least the PS4 Windows bot. The problem was due to the explicit "/struct" being searched for in your CHECK lines. I have committed a fix in r329361 which seems to fix it by removing the leading '/' character, so it gets rolled into the regex PATH_TO_INPUTS.


Repository:
  rL LLVM

https://reviews.llvm.org/D30876





More information about the llvm-commits mailing list