[PATCH] D68176: tsan: Remove --sysroot=. from tsan

Dmitry Vyukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 27 23:38:15 PDT 2019


dvyukov added a comment.

This is to prevent accidental inclusion of system headers:

Make sure that non-platform-specific files don't include any system headers.
============================================================================

The original decision was that sanitizer runtimes must not include any:
https://github.com/dvyukov/data-race-test-1/commit/259f05f44
Kostya was the main proponent of this.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68176/new/

https://reviews.llvm.org/D68176





More information about the llvm-commits mailing list