[compiler-rt] r318170 - Adjust test after r318159
Adam Nemet via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 14 11:00:08 PST 2017
Author: anemet
Date: Tue Nov 14 11:00:08 2017
New Revision: 318170
URL: http://llvm.org/viewvc/llvm-project?rev=318170&view=rev
Log:
Adjust test after r318159
Modified:
compiler-rt/trunk/test/profile/instrprof-darwin-dead-strip.c
Modified: compiler-rt/trunk/test/profile/instrprof-darwin-dead-strip.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/profile/instrprof-darwin-dead-strip.c?rev=318170&r1=318169&r2=318170&view=diff
==============================================================================
--- compiler-rt/trunk/test/profile/instrprof-darwin-dead-strip.c (original)
+++ compiler-rt/trunk/test/profile/instrprof-darwin-dead-strip.c Tue Nov 14 11:00:08 2017
@@ -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
More information about the llvm-commits
mailing list