[compiler-rt] r257443 - Fix comment of test

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 11 19:57:14 PST 2016


Author: davidxl
Date: Mon Jan 11 21:57:14 2016
New Revision: 257443

URL: http://llvm.org/viewvc/llvm-project?rev=257443&view=rev
Log:
Fix comment of test

Modified:
    compiler-rt/trunk/test/profile/instrprof-shared.test

Modified: compiler-rt/trunk/test/profile/instrprof-shared.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/profile/instrprof-shared.test?rev=257443&r1=257442&r2=257443&view=diff
==============================================================================
--- compiler-rt/trunk/test/profile/instrprof-shared.test (original)
+++ compiler-rt/trunk/test/profile/instrprof-shared.test Mon Jan 11 21:57:14 2016
@@ -3,7 +3,7 @@ This test produces three shared librarie
 
 1. libt-instr.so is instrumented
 2. libt-no-instr1.so is not instrumented
-3. libt-no-instr2.so is compiled with instrumentation enabled, but the object file is built
+3. libt-no-instr2.so is built with profile rt linked in (via -u<hook>), but the object file is built
    with instrumentation turned off.
 
 After the libraries are built, the main program is then built with/without instrumentation and linked




More information about the llvm-commits mailing list