Skip to content

Commit 134ae13

Browse files
authored
[compiler-rt] Fix instrprof-darwin-exports test (#67487)
1 parent cef9f40 commit 134ae13

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
@@ -22,7 +22,7 @@
2222
//
2323
// RUN: %clang_pgogen -Werror -o %t.default %s
2424
// RUN: nm -jUg %t.default | grep -v __mh_execute_header > %t.default.exports
25-
// RUN: nm -jUg %t > %t.clang.exports
25+
// RUN: nm -jUg %t | grep -v __mh_execute_header > %t.clang.exports
2626
// RUN: diff %t.default.exports %t.clang.exports
2727

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

0 commit comments

Comments
 (0)