Skip to content

Commit ca8c580

Browse files
authored
Fix wrongly added VISIBILITY (#477)
1 parent 0729d2e commit ca8c580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options_compile.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ static constexpr OptTable::Info ClangOptionsInfoTable[] = {
5151
PARAM, HELPTEXT, METAVAR, VALUES) \
5252
{ \
5353
PREFIX, NAME, HELPTEXT, METAVAR, OPT_COMPILE_##ID, \
54-
llvm::opt::Option::KIND##Class, VISIBILITY, PARAM, FLAGS, \
54+
llvm::opt::Option::KIND##Class, PARAM, FLAGS, VISIBILITY, \
5555
OPT_COMPILE_##GROUP, OPT_COMPILE_##ALIAS, ALIASARGS, VALUES \
5656
} \
5757
,

0 commit comments

Comments
 (0)