[llvm-commits] [llvm] r168499 - /llvm/trunk/lib/Transforms/Instrumentation/AddressSanitizer.cpp
Kostya Serebryany
kcc at google.com
Thu Nov 22 10:49:42 PST 2012
thanks!
On Thu, Nov 22, 2012 at 6:18 PM, NAKAMURA Takumi <geek4civic at gmail.com>wrote:
> Author: chapuni
> Date: Thu Nov 22 08:18:25 2012
> New Revision: 168499
>
> URL: http://llvm.org/viewvc/llvm-project?rev=168499&view=rev
> Log:
> llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp: Prune
> AddressSanitizerCreateGlobalRedzonesPass::ID. [-Wunused-variable]
>
> Modified:
> llvm/trunk/lib/Transforms/Instrumentation/AddressSanitizer.cpp
>
> Modified: llvm/trunk/lib/Transforms/Instrumentation/AddressSanitizer.cpp
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Instrumentation/AddressSanitizer.cpp?rev=168499&r1=168498&r2=168499&view=diff
>
> ==============================================================================
> --- llvm/trunk/lib/Transforms/Instrumentation/AddressSanitizer.cpp
> (original)
> +++ llvm/trunk/lib/Transforms/Instrumentation/AddressSanitizer.cpp Thu Nov
> 22 08:18:25 2012
> @@ -256,7 +256,6 @@
> void createInitializerPoisonCalls(Module &M, Value *FirstAddr,
> Value *LastAddr);
>
> - static char ID; // Pass identification, replacement for typeid
> OwningPtr<BlackList> BL;
> SetOfDynamicallyInitializedGlobals DynamicallyInitializedGlobals;
> Type *IntptrTy;
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121122/0e7abbbf/attachment.html>
More information about the llvm-commits
mailing list