[PATCH] D29148: [compiler-rt] Provide a list of functions from sanitizers's interfaces.

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 30 10:49:39 PST 2017


alekseyshl accepted this revision.
alekseyshl added inline comments.


================
Comment at: lib/asan/asan_interface.inc:167
+INTERFACE_FUNCTION(__sanitizer_ptr_cmp)
+INTERFACE_FUNCTION(__sanitizer_ptr_sub)
----------------
Can you sort .inc files lexicographically (within function groups, where grouping makes sense)?


https://reviews.llvm.org/D29148





More information about the llvm-commits mailing list