Skip to content

Commit

Permalink
Fix conflict - one more change
Browse files Browse the repository at this point in the history
  • Loading branch information
premanandrao committed Sep 9, 2024
1 parent 884a5e4 commit ed7b026
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions clang/include/clang/Driver/Options.td
Original file line number Diff line number Diff line change
Expand Up @@ -7006,6 +7006,14 @@ defm sycl_use_integration_headers : BoolFOption<"sycl-use-integration-headers",
"communication between the host and the device compilations. SYCL Only">>;
} // let Group = sycl_Group

// FIXME: -fsycl-explicit-simd is deprecated. remove it when support is dropped.
def : Flag<["-"], "fsycl-explicit-simd">, Flags<[Deprecated]>,
Group<clang_ignored_legacy_options_Group>,
HelpText<"Enable SYCL explicit SIMD extension. (deprecated)">;
def : Flag<["-"], "fno-sycl-explicit-simd">,
Flags<[Deprecated]>, Group<clang_ignored_legacy_options_Group>,
HelpText<"Disable SYCL explicit SIMD extension. (deprecated)">;

// OS-specific options
let Flags = [TargetSpecific] in {
defm android_pad_segment : BooleanFFlag<"android-pad-segment">, Group<f_Group>;
Expand Down

0 comments on commit ed7b026

Please sign in to comment.