diff options
-rw-r--r-- | compiler-rt/test/profile/Inputs/instrprof-comdat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler-rt/test/profile/Inputs/instrprof-comdat.h b/compiler-rt/test/profile/Inputs/instrprof-comdat.h index e1227167cd4..db1a5ba63e5 100644 --- a/compiler-rt/test/profile/Inputs/instrprof-comdat.h +++ b/compiler-rt/test/profile/Inputs/instrprof-comdat.h @@ -1,3 +1,7 @@ +// Template instantiations are placed into comdat sections. Check that +// coverage data from different instantiations are mapped back to the correct +// source regions. + template <class T> class FOO { public: FOO() : t(0) {} |