Use LLVM's SetVector insteead of unordered_set.
SetVector guarantees ordering, so with that we can get a deterministic output for error messages. Differential Revision: https://reviews.llvm.org/D43254 llvm-svn: 325064
Loading
Please sign in to comment