[PATCH] D31420: [asan] Move AsanCheckDynamicRTPrereqs check under flag.

Yury Gribov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 28 07:17:26 PDT 2017


ygribov added inline comments.


================
Comment at: lib/asan/asan_flags.inc:151
           "Use special ODR indicator symbol for ODR violation detection")
+ASAN_FLAG(bool, check_dynamic_rt_prereqs, true,
+          "Check that dynamic ASan runtime comes first in initial library list")
----------------
ignore_shlib_order? Although let's see what maintainers say.


================
Comment at: lib/asan/asan_flags.inc:152
+ASAN_FLAG(bool, check_dynamic_rt_prereqs, true,
+          "Check that dynamic ASan runtime comes first in initial library list")
----------------
"Do not check position of ASan runtime in library list (useful when other library has to be preloaded system-wide)"?


Repository:
  rL LLVM

https://reviews.llvm.org/D31420





More information about the llvm-commits mailing list