Skip to content

Commit

Permalink
Remove -fopenacc command line option
Browse files Browse the repository at this point in the history
  • Loading branch information
mjklemm committed Oct 17, 2024
1 parent 5508148 commit d2e8f3d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions clang/include/clang/Driver/Options.td
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@ def fno_hip_emit_relocatable : Flag<["-"], "fno-hip-emit-relocatable">,
// Clang specific/exclusive options for OpenACC.
def openacc_macro_override
: Separate<["-"], "fexperimental-openacc-macro-override">,
Visibility<[ClangOption, CC1Option]>,
Visibility<[]>,
Group<f_Group>,
HelpText<"Overrides the _OPENACC macro value for experimental testing "
"during OpenACC support development">;
Expand Down Expand Up @@ -3647,10 +3647,8 @@ def fno_openmp_target_debug : Flag<["-"], "fno-openmp-target-debug">;
//===----------------------------------------------------------------------===//
// FlangOption + FC1 + ClangOption + CC1Option
//===----------------------------------------------------------------------===//
let Visibility = [FC1Option, FlangOption, CC1Option, ClangOption] in {
def fopenacc : Flag<["-"], "fopenacc">, Group<f_Group>,
def fopenacc : Flag<["-"], "fopenacc">, Group<f_Group>, Visibility<[]>,
HelpText<"Enable OpenACC">;
} // let Visibility = [FC1Option, FlangOption, CC1Option, ClangOption]

//===----------------------------------------------------------------------===//
// Optimisation remark options
Expand Down

0 comments on commit d2e8f3d

Please sign in to comment.