mirror of
https://github.com/intel/llvm.git
synced 2026-01-30 22:53:05 +08:00
Apply BlackList -> SpecialCaseList rename in Clang.
Differential Revision: http://llvm-reviews.chandlerc.com/D1095 llvm-svn: 185979
This commit is contained in:
@@ -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/SpecialCaseList.h"
|
||||
|
||||
namespace llvm {
|
||||
class Module;
|
||||
@@ -412,7 +412,7 @@ class CodeGenModule : public CodeGenTypeCache {
|
||||
|
||||
GlobalDecl initializedGlobalDecl;
|
||||
|
||||
llvm::BlackList SanitizerBlacklist;
|
||||
llvm::SpecialCaseList SanitizerBlacklist;
|
||||
|
||||
const SanitizerOptions &SanOpts;
|
||||
|
||||
@@ -970,7 +970,7 @@ public:
|
||||
/// annotations are emitted during finalization of the LLVM code.
|
||||
void AddGlobalAnnotations(const ValueDecl *D, llvm::GlobalValue *GV);
|
||||
|
||||
const llvm::BlackList &getSanitizerBlacklist() const {
|
||||
const llvm::SpecialCaseList &getSanitizerBlacklist() const {
|
||||
return SanitizerBlacklist;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user