[PATCH] D28027: Expose thread local quarantine size as ASAN option.
    Evgeniy Stepanov via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Dec 21 12:13:58 PST 2016
    
    
  
eugenis added inline comments.
================
Comment at: test/asan/TestCases/Linux/thread_local_quarantine_size_kb.cc:27
+  }
+  sleep(1);  // Make sure the background thread has time to kill the process.
+}
----------------
background thread?
https://reviews.llvm.org/D28027
    
    
More information about the llvm-commits
mailing list