[all-commits] [llvm/llvm-project] 7a31ac: [InstrProf] Stabilize --show-prof-sym-list dump order
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Jul 22 15:47:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7a31ac311824011a39ab1e2cf5d2a7a116b0960c
https://github.com/llvm/llvm-project/commit/7a31ac311824011a39ab1e2cf5d2a7a116b0960c
Author: Fangrui Song <i at maskray.me>
Date: 2023-07-22 (Sat, 22 Jul 2023)
Changed paths:
M compiler-rt/test/profile/Linux/instrprof-show-debug-info-correlation.c
M llvm/include/llvm/ProfileData/InstrProf.h
M llvm/lib/ProfileData/InstrProf.cpp
Log Message:
-----------
[InstrProf] Stabilize --show-prof-sym-list dump order
D118181 leverages the iteration order of StringSet, which is not
guaranteed to be deterministic.
More information about the All-commits
mailing list