[hwasan] remove requirment for PIE
authorEnna1 <xumingjie.enna1@bytedance.com>
Thu, 13 Apr 2023 06:15:01 +0000 (14:15 +0800)
committerEnna1 <xumingjie.enna1@bytedance.com>
Thu, 13 Apr 2023 06:15:32 +0000 (14:15 +0800)
commitb356cd70a27dd5be2cbcc72e9f1ac56f1fb788cb
treedc2e5ff61602d6c0a1a08839f9a9798f17728503
parent246f8d4be521924ce94755a712cc473ee4e68e14
[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
clang/lib/Driver/SanitizerArgs.cpp
clang/test/Driver/sanitizer-ld.c