aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/FileCheck/FileCheck.cpp
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2021-03-10 22:16:03 -0800
committerFangrui Song <i@maskray.me>2021-03-10 22:16:04 -0800
commit5af991d46497c9473d2a0fd0989aa4ff4e6a0643 (patch)
tree6f3fdb4cb8f679031d50c5e9851dc8ee093e269f /llvm/lib/FileCheck/FileCheck.cpp
parentbaf637dcde8ccc24fd6ffbc82d8321ba18ec857f (diff)
downloadllvm-5af991d46497c9473d2a0fd0989aa4ff4e6a0643.zip
llvm-5af991d46497c9473d2a0fd0989aa4ff4e6a0643.tar.gz
llvm-5af991d46497c9473d2a0fd0989aa4ff4e6a0643.tar.bz2
[tsan] Fix aarch64-*-linux after D86377
All check-tsan tests fail on aarch64-*-linux because HeapMemEnd() > ShadowBeg() for the following code path: ``` #if defined(__aarch64__) && !HAS_48_BIT_ADDRESS_SPACE ProtectRange(HeapMemEnd(), ShadowBeg()); ``` Restore the behavior before D86377 for aarch64-*-linux.
Diffstat (limited to 'llvm/lib/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions