We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe9fe32 + e263558 commit 225b297Copy full SHA for 225b297
compiler-rt/test/profile/instrprof-darwin-exports.c
@@ -24,7 +24,7 @@
24
//
25
// RUN: %clang_pgogen -Werror -o %t.default %s
26
// RUN: nm -jUg %t.default | grep -v __mh_execute_header > %t.default.exports
27
-// RUN: nm -jUg %t > %t.clang.exports
+// RUN: nm -jUg %t | grep -v __mh_execute_header > %t.clang.exports
28
// RUN: diff %t.default.exports %t.clang.exports
29
30
// 4) Ditto (3), but for GCOV.
0 commit comments