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

Unified Diff: tests_lit/asan_tests/startinitcall.ll

Issue 2108083002: Implemented aligning and poisoning global redzones (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Removed casts 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/globalredzones.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 dff9b51f868ab6e6ff7271a65f2e37a96968453c..a30f1494cff0ab1480e3c07cbe92557addc80b73 100644
--- a/tests_lit/asan_tests/startinitcall.ll
+++ b/tests_lit/asan_tests/startinitcall.ll
@@ -25,6 +25,6 @@ define void @_start() {
; DUMP-LABEL: ================ Instrumented CFG ================
; DUMP-NEXT: define void @_start() {
; DUMP-NEXT: __0:
-; DUMP-NEXT: call void @__asan_init()
+; DUMP-NEXT: call void @__asan_init(i32 0, i32 @__$rz_array, i32 @__$rz_sizes)
; DUMP-NEXT: ret void
; DUMP-NEXT: }
« no previous file with comments | « tests_lit/asan_tests/globalredzones.ll ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698