From 385612c5b4b8685f3beba3214b41bdd4a1cd0284 Mon Sep 17 00:00:00 2001 From: Xinliang David Li Date: Tue, 12 Jan 2016 03:57:14 +0000 Subject: [PATCH] Fix comment of test llvm-svn: 257443 --- compiler-rt/test/profile/instrprof-shared.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/profile/instrprof-shared.test b/compiler-rt/test/profile/instrprof-shared.test index 851578b0f2c0..b3f0b9ab4bcc 100644 --- a/compiler-rt/test/profile/instrprof-shared.test +++ b/compiler-rt/test/profile/instrprof-shared.test @@ -3,7 +3,7 @@ This test produces three shared libraries: 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), 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