summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-01-12 03:57:14 +0000
committerXinliang David Li <davidxl@google.com>2016-01-12 03:57:14 +0000
commit72c47ad6f5b5207b10e1f6c8fd741d6d68cdd59f (patch)
treea6daeaab33d0464eb4b7a86af0ce4addfede601f
parent74d2d9fb71d7b3d594e78289383fc4bc4dc4e08e (diff)
downloadcompiler-rt-72c47ad6f5b5207b10e1f6c8fd741d6d68cdd59f.tar.gz
Fix comment of test
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@257443 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/profile/instrprof-shared.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile/instrprof-shared.test b/test/profile/instrprof-shared.test
index 851578b0f..b3f0b9ab4 100644
--- a/test/profile/instrprof-shared.test
+++ b/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<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