mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp: Prune AddressSanitizerCreateGlobalRedzonesPass::ID. [-Wunused-variable]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168499 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9f696c8157
commit
d59c07255e
@ -256,7 +256,6 @@ class AddressSanitizerCreateGlobalRedzonesPass {
|
|||||||
void createInitializerPoisonCalls(Module &M, Value *FirstAddr,
|
void createInitializerPoisonCalls(Module &M, Value *FirstAddr,
|
||||||
Value *LastAddr);
|
Value *LastAddr);
|
||||||
|
|
||||||
static char ID; // Pass identification, replacement for typeid
|
|
||||||
OwningPtr<BlackList> BL;
|
OwningPtr<BlackList> BL;
|
||||||
SetOfDynamicallyInitializedGlobals DynamicallyInitializedGlobals;
|
SetOfDynamicallyInitializedGlobals DynamicallyInitializedGlobals;
|
||||||
Type *IntptrTy;
|
Type *IntptrTy;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user