[llvm] [NFC][hwasan] Remove code duplication in ShadowMapping::init (PR #109618)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 23 15:58:23 PDT 2024
================
@@ -1939,10 +1943,7 @@ void HWAddressSanitizer::ShadowMapping::init(Triple &TargetTriple,
} else if (ClWithIfunc) {
Kind = OffsetKind::kIfunc;
WithFrameRecord = false;
- } else if (ClWithTls) {
----------------
vitalybuka wrote:
ClWithTls branch is now empty - everything is in default
https://github.com/llvm/llvm-project/pull/109618
More information about the llvm-commits
mailing list