[PATCH] Rename BlackList class to GlobalList and move it to Transforms/Utils.

Alexey Samsonov samsonov at google.com
Thu Jul 4 05:04:27 PDT 2013


  Why do you need this? Blacklist actually modifies the codegen, disabling instrumentation for source files, functions, or global variables. I think the original name describes this role better.

  I'm OK with moving BlackList.cpp to lib/Transforms/Utils.

http://llvm-reviews.chandlerc.com/D1089



More information about the llvm-commits mailing list