Skip to content

Commit 0e36c8a

Browse files
committed
Revert "Fix wrongly added VISIBILITY (#477)"
This reverts commit ca8c580.
1 parent 0d1cc80 commit 0e36c8a

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, PARAM, FLAGS, VISIBILITY, \
54+
llvm::opt::Option::KIND##Class, VISIBILITY, PARAM, FLAGS, \
5555
OPT_COMPILE_##GROUP, OPT_COMPILE_##ALIAS, ALIASARGS, VALUES \
5656
} \
5757
,

0 commit comments

Comments
 (0)