[PATCH] Apply BlackList -> GlobalList rename in Clang.

Peter Collingbourne peter at pcc.me.uk
Wed Jul 3 19:05:30 PDT 2013


Hi kcc,

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

Files:
  lib/CodeGen/CodeGenModule.h

Index: lib/CodeGen/CodeGenModule.h
===================================================================
--- lib/CodeGen/CodeGenModule.h
+++ lib/CodeGen/CodeGenModule.h
@@ -31,7 +31,7 @@
 #include "llvm/IR/CallingConv.h"
 #include "llvm/IR/Module.h"
 #include "llvm/Support/ValueHandle.h"
-#include "llvm/Transforms/Utils/BlackList.h"
+#include "llvm/Transforms/Utils/GlobalList.h"
 
 namespace llvm {
   class Module;
@@ -412,7 +412,7 @@
 
   GlobalDecl initializedGlobalDecl;
 
-  llvm::BlackList SanitizerBlacklist;
+  llvm::GlobalList SanitizerBlacklist;
 
   const SanitizerOptions &SanOpts;
 
@@ -970,7 +970,7 @@
   /// annotations are emitted during finalization of the LLVM code.
   void AddGlobalAnnotations(const ValueDecl *D, llvm::GlobalValue *GV);
 
-  const llvm::BlackList &getSanitizerBlacklist() const {
+  const llvm::GlobalList &getSanitizerBlacklist() const {
     return SanitizerBlacklist;
   }
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1095.1.patch
Type: text/x-patch
Size: 917 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130703/9ee9cf33/attachment.bin>


More information about the cfe-commits mailing list