[PATCH] D97430: [SanitizerCoverage] Drop !associated on metadata sections

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 09:19:16 PST 2021


morehouse added inline comments.


================
Comment at: llvm/test/Instrumentation/SanitizerCoverage/interposable-symbol-nocomdat.ll:1
 ; Test that interposable symbols do not get put in comdats.
-; RUN: opt < %s -sancov -sanitizer-coverage-level=3 -sanitizer-coverage-trace-pc-guard -mtriple x86_64-linux-gnu -S -enable-new-pm=0 | FileCheck %s
----------------
This test now has comdats.  Should we rename the test?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97430/new/

https://reviews.llvm.org/D97430



More information about the llvm-commits mailing list