[all-commits] [llvm/llvm-project] 2e8004: [clang] Enable -fsanitize=thread on Fuchsia.

Marco Vanotti via All-commits all-commits at lists.llvm.org
Fri Aug 28 17:26:52 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2e800495a78a6d722eed5766bba1e2fe76f295bc
      https://github.com/llvm/llvm-project/commit/2e800495a78a6d722eed5766bba1e2fe76f295bc
  Author: Marco Vanotti <mvanotti at google.com>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

  Changed paths:
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/lib/Driver/ToolChains/Fuchsia.cpp

  Log Message:
  -----------
  [clang] Enable -fsanitize=thread on Fuchsia.

This CL modifies clang enabling using -fsanitize=thread on fuchsia. The
change doesn't build the runtime for fuchsia, it just enables the
instrumentation to be used.

pair-programmed-with: mdempsky at google.com
Change-Id: I816c4d240d1f15e9eae2803fb8ba3a7bf667ed51

Reviewed By: mcgrathr, phosek

Differential Revision: https://reviews.llvm.org/D86822




More information about the All-commits mailing list