diff options
author | Adam Nemet <anemet@apple.com> | 2017-11-14 19:00:08 +0000 |
---|---|---|
committer | Adam Nemet <anemet@apple.com> | 2017-11-14 19:00:08 +0000 |
commit | c1ffcec3ae45ee48c1ce9d16d160f37f080b4bb3 (patch) | |
tree | fdb71a605901e7d19232729a42fa605637664eb3 | |
parent | cc55754a7917b6ec3058079c8eae965eb1641a04 (diff) | |
download | bcm5719-llvm-c1ffcec3ae45ee48c1ce9d16d160f37f080b4bb3.tar.gz bcm5719-llvm-c1ffcec3ae45ee48c1ce9d16d160f37f080b4bb3.zip |
Adjust test after r318159
llvm-svn: 318170
-rw-r--r-- | compiler-rt/test/profile/instrprof-darwin-dead-strip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/profile/instrprof-darwin-dead-strip.c b/compiler-rt/test/profile/instrprof-darwin-dead-strip.c index 64a4895a9ef..03049335efd 100644 --- a/compiler-rt/test/profile/instrprof-darwin-dead-strip.c +++ b/compiler-rt/test/profile/instrprof-darwin-dead-strip.c @@ -35,6 +35,7 @@ int main() { return 0; } // PROF-NEXT: Hash: // PROF-NEXT: Counters: 1 // PROF-NEXT: Function count: 1 +// PROF-NEXT: Instrumentation level: Front-end // PROF-NEXT: Functions shown: 1 // PROF-NEXT: Total functions: 1 // PROF-NEXT: Maximum function count: 1 |