[all-commits] [llvm/llvm-project] b356cd: [hwasan] remove requirment for PIE

Enna1 via All-commits all-commits at lists.llvm.org
Wed Apr 12 23:16:17 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b356cd70a27dd5be2cbcc72e9f1ac56f1fb788cb
      https://github.com/llvm/llvm-project/commit/b356cd70a27dd5be2cbcc72e9f1ac56f1fb788cb
  Author: Enna1 <xumingjie.enna1 at bytedance.com>
  Date:   2023-04-13 (Thu, 13 Apr 2023)

  Changed paths:
    M clang/lib/Driver/SanitizerArgs.cpp
    M clang/test/Driver/sanitizer-ld.c

  Log Message:
  -----------
  [hwasan] remove requirment for PIE

The requirement for PIE of hwasan was introduced in https://reviews.llvm.org/D44745,  this patch removes requirement for PIE.

Reviewed By: vitalybuka, MaskRay

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




More information about the All-commits mailing list