[PATCH] D11004: [asan] Change ABI versioning to include release numbers

Kostya Serebryany kcc at google.com
Tue Jul 7 10:52:43 PDT 2015


I don't like it. While it may solve your problem, it will create new problems for us. 
asan run-time is build by several different build systems and your patch modifies one of them (llvm cmake), 
but it requires to change all others (gcc's makefiles and our internal build system at least, probably more).

I would prefer a solution that does not change the build files, or a solution that changes *only* build files (thus being llvm-specific)


http://reviews.llvm.org/D11004







More information about the llvm-commits mailing list