[compiler-rt] r258274 - [test] Add a short explanation to instrprof-comdat.h

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 19 18:31:25 PST 2016


Author: vedantk
Date: Tue Jan 19 20:31:25 2016
New Revision: 258274

URL: http://llvm.org/viewvc/llvm-project?rev=258274&view=rev
Log:
[test] Add a short explanation to instrprof-comdat.h

Modified:
    compiler-rt/trunk/test/profile/Inputs/instrprof-comdat.h

Modified: compiler-rt/trunk/test/profile/Inputs/instrprof-comdat.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/profile/Inputs/instrprof-comdat.h?rev=258274&r1=258273&r2=258274&view=diff
==============================================================================
--- compiler-rt/trunk/test/profile/Inputs/instrprof-comdat.h (original)
+++ compiler-rt/trunk/test/profile/Inputs/instrprof-comdat.h Tue Jan 19 20:31:25 2016
@@ -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) {}




More information about the llvm-commits mailing list