[PATCH] D23634: [asan] Initialize __asan_set_shadow_* callbacks
Evgeniy Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 17 17:42:11 PDT 2016
eugenis added a comment.
why do you want this change if the callbacks are not being used?
Dead code is bad.
================
Comment at: test/Instrumentation/AddressSanitizer/stack-poisoning-experimental.ll:17
@@ +16,3 @@
+
+; CHECK declare void @__asan_set_shadow_00(i64, i64)
+; CHECK declare void @__asan_set_shadow_f1(i64, i64)
----------------
does that actually do anything without a ":" after CHECK?
https://reviews.llvm.org/D23634
More information about the llvm-commits
mailing list