[all-commits] [llvm/llvm-project] 478ad9: [GCOV] Skip artificial functions from being emitted
Alexandre Ganea via All-commits
all-commits at lists.llvm.org
Fri Nov 15 11:23:29 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 478ad94c8e1457a707f41fa64cf0967b219d2806
https://github.com/llvm/llvm-project/commit/478ad94c8e1457a707f41fa64cf0967b219d2806
Author: Alexandre Ganea <alexandre.ganea at ubisoft.com>
Date: 2019-11-15 (Fri, 15 Nov 2019)
Changed paths:
M compiler-rt/test/asan/TestCases/asan_and_llvm_coverage_test.cpp
M llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
Log Message:
-----------
[GCOV] Skip artificial functions from being emitted
This is a patch to support D66328, which was reverted until this lands.
Enable a compiler-rt test that used to fail previously with D66328.
Differential Revision: https://reviews.llvm.org/D67283
More information about the All-commits
mailing list