Since FunctionMap maps Function* (pointers) the order in which the
traversal happens can differ from run to run, causing spurious FileCheck
failures. Have CallGraph::print sort the CallGraphNodes by name before
printing them.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM