[PATCH] D32565: Make test corrections necessary due to changing llvm::HashString

2017-04-26 Thread Rui Ueyama via Phabricator via cfe-commits
ruiu added a comment. Please add this to https://reviews.llvm.org/D32509. I'll commit this and that as one patch. Repository: rL LLVM https://reviews.llvm.org/D32565 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/c

[PATCH] D32565: Make test corrections necessary due to changing llvm::HashString

2017-04-26 Thread Scott Smith via Phabricator via cfe-commits
scott.smith created this revision. Herald added a subscriber: klimek. Certain test output is dependent on the order of the hash value computed by llvm::HashString. Correct those so https://reviews.llvm.org/D32509 can be committed. Repository: rL LLVM https://reviews.llvm.org/D32565 Files: