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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits