Skip to content

Commit

Permalink
Revert "Fix wrongly added VISIBILITY (#477)"
Browse files Browse the repository at this point in the history
This reverts commit ca8c580.
  • Loading branch information
wenju-he committed Aug 29, 2023
1 parent 0d1cc80 commit 0e36c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options_compile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static constexpr OptTable::Info ClangOptionsInfoTable[] = {
PARAM, HELPTEXT, METAVAR, VALUES) \
{ \
PREFIX, NAME, HELPTEXT, METAVAR, OPT_COMPILE_##ID, \
llvm::opt::Option::KIND##Class, PARAM, FLAGS, VISIBILITY, \
llvm::opt::Option::KIND##Class, VISIBILITY, PARAM, FLAGS, \
OPT_COMPILE_##GROUP, OPT_COMPILE_##ALIAS, ALIASARGS, VALUES \
} \
,
Expand Down

0 comments on commit 0e36c8a

Please sign in to comment.