[PATCH] D63450: Stop counting pops in tsan/check_analyze.sh.
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 17 12:53:36 PDT 2019
vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.
================
Comment at: compiler-rt/lib/tsan/check_analyze.sh:40
check $f push 2
- check $f pop 16
+# check $f pop 16
done
----------------
Why keep commented?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63450/new/
https://reviews.llvm.org/D63450
More information about the llvm-commits
mailing list