[PATCH] D96320: [ThinLTO, Sanitizers] Skip instrumentation by testing backend

Vitaly Buka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 8 22:17:16 PST 2021


vitalybuka created this revision.
Herald added subscribers: steven_wu, hiraditya, inglorion.
vitalybuka requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Distributed ThinLTO has special case when backend fallback
to regular non-ThinLTO version. In that instrumentation must be
skipped as it's already applied by buildLTOPreLinkDefaultPipeline.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D96320

Files:
  clang/lib/CodeGen/BackendUtil.cpp
  clang/test/CodeGen/thinlto-distributed-backend-skip-sanitizer.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96320.322292.patch
Type: text/x-patch
Size: 23920 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210209/1209749a/attachment-0001.bin>


More information about the cfe-commits mailing list