[PATCH] D20483: [esan] EfficiencySanitizer working set tool fastpath

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Mon May 23 10:06:48 PDT 2016


eugenis added a comment.

I think the right way to share the constants between instrumentation and the runtime library is to put them in an LLVM header, install that to the build directory (under include/llvm) and locate that through llvm-config under if (COMPILER_RT_STANDALONE_BUILD).


http://reviews.llvm.org/D20483





More information about the llvm-commits mailing list