[PATCH] D15644: [asan] Use private aliases for global variables (compiler-rt part).

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 5 14:30:23 PST 2016


samsonov accepted this revision.
samsonov added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: lib/asan/asan_globals.cc:139
@@ +138,3 @@
+enum GlobalSymbolState {
+  UNDEFINED = 0,
+  DEFINED = 1
----------------
Why not UNREGISTERED/REGISTERED?


Repository:
  rL LLVM

http://reviews.llvm.org/D15644





More information about the llvm-commits mailing list