[PATCH] D15225: [Driver] Sanitizer support based on runtime library presence

George Karpenkov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 31 13:41:08 PDT 2018


george.karpenkov added a comment.

> it's just that the runtime library didn't happen to exist on the system performing compilation

But then conceptually, the compiler toolchain on the system performing compilation is not fully supporting asan, right?
It works for producing asanified object files, but fails with a link error if you wanted to produce an asanified executable.


Repository:
  rL LLVM

https://reviews.llvm.org/D15225





More information about the cfe-commits mailing list