Skip to content

Commit 3126ff7

Browse files
committed
pmix2x: common syms: whitelist bison-generated common symbols
Bison generates some common symbols that we can't do anything about, so whitelist them.
1 parent ecbedee commit 3126ff7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Ignore symbols in this component that are auto-generated and we
2+
# can't do anything about them (e.g., flex/bison symbols).
3+
pmix_util_keyval_yyleng
4+
pmix_util_keyval_yytext
5+
pmix_show_help_yyleng
6+
pmix_show_help_yytext

0 commit comments

Comments
 (0)