[all-commits] [llvm/llvm-project] 1abaad: [clang][driver] Support HWASan in the Fuchsia tool...

Leonard Chan via All-commits all-commits at lists.llvm.org
Thu Mar 25 13:37:23 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1abaadb30d37e229eedb0e2ede6cd7f788aed76b
      https://github.com/llvm/llvm-project/commit/1abaadb30d37e229eedb0e2ede6cd7f788aed76b
  Author: Leonard Chan <leonardchan at google.com>
  Date:   2021-03-25 (Thu, 25 Mar 2021)

  Changed paths:
    M clang/lib/Driver/ToolChains/Fuchsia.cpp
    A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/c++/hwasan+noexcept/libc++.so
    A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/c++/hwasan/libc++.so
    A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/c++/relative-vtables+hwasan+noexcept/libc++.so
    A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/c++/relative-vtables+hwasan/libc++.so
    M clang/test/Driver/fuchsia.cpp

  Log Message:
  -----------
  [clang][driver] Support HWASan in the Fuchsia toolchain

These contain clang driver changes for supporting HWASan on Fuchsia.
This includes hwasan multilibs and the dylib path change.

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




More information about the All-commits mailing list