Skip to content

Commit e263558

Browse files
committed
[compiler-rt] Fix instrprof-darwin-exports test (llvm#67487)
(cherry picked from commit 134ae13)
1 parent 09de80c commit e263558

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)