Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: tests_lit/asan_tests/startinitcall.ll

Issue 2067403002: Instrumented load and store with dummy calls to __asan_check(). (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Improved tests Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests_lit/asan_tests/instrumentstore.ll ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/asan_tests/startinitcall.ll
diff --git a/tests_lit/asan_tests/startinitcall.ll b/tests_lit/asan_tests/startinitcall.ll
index 2a1a7a3614040718b2ce8f2b1c9b92cec59d018a..dff9b51f868ab6e6ff7271a65f2e37a96968453c 100644
--- a/tests_lit/asan_tests/startinitcall.ll
+++ b/tests_lit/asan_tests/startinitcall.ll
@@ -10,7 +10,8 @@ define internal void @notStart() {
ret void
}
-; DUMP-LABEL: define internal void @notStart() { # notStart(i=1:b=1)
+; DUMP-LABEL: ================ Instrumented CFG ================
+; DUMP-NEXT: define internal void @notStart() {
; DUMP-NEXT: __0:
; DUMP-NOT: __asan_init()
; DUMP: ret void
@@ -21,7 +22,8 @@ define void @_start() {
ret void
}
-; DUMP-LABEL: define void @_start() { # _start(i=2:b=1)
+; DUMP-LABEL: ================ Instrumented CFG ================
+; DUMP-NEXT: define void @_start() {
; DUMP-NEXT: __0:
; DUMP-NEXT: call void @__asan_init()
; DUMP-NEXT: ret void
« no previous file with comments | « tests_lit/asan_tests/instrumentstore.ll ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698