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

Yuri Gorshenin ygorshenin at chromium.org
Tue Sep 9 06:11:16 PDT 2014


Many thanks!

================
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" }
----------------
eugenis wrote:
> Please remove "stack-protector-buffer-size"="8", too.
Done.

http://reviews.llvm.org/D5189






More information about the llvm-commits mailing list