[PATCH] D24334: [EfficiencySanitizer] Using '_' instead of '#' for struct counter name
Qin Zhao via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 8 09:39:47 PDT 2016
zhaoqin requested changes to this revision.
zhaoqin added a comment.
This revision now requires changes to proceed.
We use '#' to make the name less likely to conflict with user defined variables.
Can we use some other char that cannot be used by program variables e.g., '+' or '-' instead of '_'.
Also, you also need update names in test/Instrumentation/EfficiencySanitizer/ and runtime tests.
Repository:
rL LLVM
https://reviews.llvm.org/D24334
More information about the llvm-commits
mailing list