[PATCH] Syntax of asm instrumentation code is changed from AT&T to Intel.

Yury Gribov tetra2005 at gmail.com
Wed May 21 00:35:40 PDT 2014


> Do you know of any plans to implement that in gcc-asan?

You mean integrated asm? I don't think there are any plans for this in GCC. So I only care about ability to manually add instrumentation in inline asm and/or .S when necessary.

> As I understand, they don't have an integrated assembler and simply emit inline asm as text to .s.

Yup.

http://reviews.llvm.org/D3567






More information about the llvm-commits mailing list