[PATCH] [asan-assembly-instrumentation] Added CFI directives to the generated instrumentation code.

Evgeniy Stepanov eugenis at google.com
Tue Sep 9 05:21:56 PDT 2014


LGTM

================
Comment at: test/Instrumentation/AddressSanitizer/X86/asm_cfi.ll:45
@@ +44,2 @@
+attributes #0 = { nounwind sanitize_address uwtable "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "stack-protector-buffer-size"="8" }
+attributes #1 = { nounwind sanitize_address uwtable "no-frame-pointer-elim"="false" "stack-protector-buffer-size"="8" }
----------------
Please remove "stack-protector-buffer-size"="8", too.

http://reviews.llvm.org/D5189






More information about the llvm-commits mailing list