[PATCH] D32406: [Coverage][Windows] Null pointer dereference in CodeGenPGO::skipRegionMappingForDecl (fixes PR32761)

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 24 12:36:40 PDT 2017


rnk added a comment.

In https://reviews.llvm.org/D32406#735725, @vsk wrote:

> // RUN: %clang_cc1 -cc1 -triple i686-pc-windows-msvc19.0.0 -emit-obj -fprofile-instrument=clang -fdelayed-template-parsing -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name empty-destructor.cpp -o - %s


This is probably closer to a minimal command line:
`%clang_cc1 -triple i686-windows -emit-llvm-only -fcoverage-mapping -dump-coverage-mapping %s`

Is there something we can FileCheck in the IR?


https://reviews.llvm.org/D32406





More information about the cfe-commits mailing list