[compiler-rt] r201766 - [asan] Changes to asm instrumentation must be done through the generator script.
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Wed Feb 19 23:56:58 PST 2014
Author: eugenis
Date: Thu Feb 20 01:56:58 2014
New Revision: 201766
URL: http://llvm.org/viewvc/llvm-project?rev=201766&view=rev
Log:
[asan] Changes to asm instrumentation must be done through the generator script.
Modified:
compiler-rt/trunk/lib/asan/scripts/gen_asm_instrumentation.sh
Modified: compiler-rt/trunk/lib/asan/scripts/gen_asm_instrumentation.sh
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/scripts/gen_asm_instrumentation.sh?rev=201766&r1=201765&r2=201766&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/scripts/gen_asm_instrumentation.sh (original)
+++ compiler-rt/trunk/lib/asan/scripts/gen_asm_instrumentation.sh Thu Feb 20 01:56:58 2014
@@ -43,7 +43,7 @@ emit_call_report() {
cat <<EOF
cld
emms
- call $(func_report $1 $2)
+ call $(func_report $1 $2)@PLT
EOF
}
More information about the llvm-commits
mailing list