[llvm-commits] [compiler-rt] r166284 - /compiler-rt/trunk/lib/asan/tests/asan_test.ignore

Alexey Samsonov samsonov at google.com
Fri Oct 19 08:26:49 PDT 2012


Author: samsonov
Date: Fri Oct 19 10:26:48 2012
New Revision: 166284

URL: http://llvm.org/viewvc/llvm-project?rev=166284&view=rev
Log:
[ASan] add comment to blacklist file to test behavior introduced in r166283

Modified:
    compiler-rt/trunk/lib/asan/tests/asan_test.ignore

Modified: compiler-rt/trunk/lib/asan/tests/asan_test.ignore
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/tests/asan_test.ignore?rev=166284&r1=166283&r2=166284&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/tests/asan_test.ignore (original)
+++ compiler-rt/trunk/lib/asan/tests/asan_test.ignore Fri Oct 19 10:26:48 2012
@@ -1,2 +1,3 @@
+# blacklisted functions for instrumented ASan unit test
 fun:*IgnoreTest*
 fun:*SomeOtherFunc*





More information about the llvm-commits mailing list