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.
1 parent cef9f40 commit 134ae13Copy full SHA for 134ae13
compiler-rt/test/profile/instrprof-darwin-exports.c
@@ -22,7 +22,7 @@
22
//
23
// RUN: %clang_pgogen -Werror -o %t.default %s
24
// RUN: nm -jUg %t.default | grep -v __mh_execute_header > %t.default.exports
25
-// RUN: nm -jUg %t > %t.clang.exports
+// RUN: nm -jUg %t | grep -v __mh_execute_header > %t.clang.exports
26
// RUN: diff %t.default.exports %t.clang.exports
27
28
// 4) Ditto (3), but for GCOV.
0 commit comments