[PATCH] D46716: 5
    Vitaly Buka via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu May 10 13:12:13 PDT 2018
    
    
  
vitalybuka updated this revision to Diff 146206.
vitalybuka edited the summary of this revision.
vitalybuka added a comment.
5
Repository:
  rL LLVM
https://reviews.llvm.org/D46716
Files:
  compiler-rt/lib/asan/asan_thread.h
Index: compiler-rt/lib/asan/asan_thread.h
===================================================================
--- compiler-rt/lib/asan/asan_thread.h
+++ compiler-rt/lib/asan/asan_thread.h
@@ -94,7 +94,7 @@
   uptr GetStackVariableShadowStart(uptr addr);
 
   bool AddrIsInStack(uptr addr);
-3
+6
   void DeleteFakeStack(int tid) {
     if (!fake_stack_) return;
     FakeStack *t = fake_stack_;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46716.146206.patch
Type: text/x-patch
Size: 395 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180510/1975d3da/attachment.bin>
    
    
More information about the llvm-commits
mailing list