Skip to content

Commit 225b297

Browse files
authored
Merge pull request #7537 from apple/dtellenbach/rdar114216821
[compiler-rt] Fix instrprof-darwin-exports test (llvm#67487) (cherry picked from commit 134ae13)
2 parents fe9fe32 + e263558 commit 225b297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/profile/instrprof-darwin-exports.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
//
2525
// RUN: %clang_pgogen -Werror -o %t.default %s
2626
// RUN: nm -jUg %t.default | grep -v __mh_execute_header > %t.default.exports
27-
// RUN: nm -jUg %t > %t.clang.exports
27+
// RUN: nm -jUg %t | grep -v __mh_execute_header > %t.clang.exports
2828
// RUN: diff %t.default.exports %t.clang.exports
2929

3030
// 4) Ditto (3), but for GCOV.

0 commit comments

Comments
 (0)