Skip to content

Commit 905e4b3

Browse files
committed
Merge branch 'amd-trunk-dev' of github.com:ROCm/llvm-project into amd-trunk-dev
2 parents 149a269 + 8902936 commit 905e4b3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,7 @@ def fno_hip_emit_relocatable : Flag<["-"], "fno-hip-emit-relocatable">,
14731473
// Clang specific/exclusive options for OpenACC.
14741474
def openacc_macro_override
14751475
: Separate<["-"], "fexperimental-openacc-macro-override">,
1476-
Visibility<[ClangOption, CC1Option]>,
1476+
Visibility<[]>,
14771477
Group<f_Group>,
14781478
HelpText<"Overrides the _OPENACC macro value for experimental testing "
14791479
"during OpenACC support development">;
@@ -3649,10 +3649,8 @@ def fno_openmp_target_debug : Flag<["-"], "fno-openmp-target-debug">;
36493649
//===----------------------------------------------------------------------===//
36503650
// FlangOption + FC1 + ClangOption + CC1Option
36513651
//===----------------------------------------------------------------------===//
3652-
let Visibility = [FC1Option, FlangOption, CC1Option, ClangOption] in {
3653-
def fopenacc : Flag<["-"], "fopenacc">, Group<f_Group>,
3652+
def fopenacc : Flag<["-"], "fopenacc">, Group<f_Group>, Visibility<[]>,
36543653
HelpText<"Enable OpenACC">;
3655-
} // let Visibility = [FC1Option, FlangOption, CC1Option, ClangOption]
36563654

36573655
//===----------------------------------------------------------------------===//
36583656
// Optimisation remark options

0 commit comments

Comments
 (0)