Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions clang/include/clang/Driver/Options.td
Original file line number Diff line number Diff line change
Expand Up @@ -9265,14 +9265,11 @@ class CLRemainingArgsJoined<string name,
// (We don't put any of these in cl_compile_Group as the options they alias are
// already in the right group.)

// INTEL_CUSTOMIZATION
def _SLASH_Qfp_accuracy_EQ : CLJoined<"Qfp-accuracy=">,
Alias<ffp_accuracy_EQ>;
def _SLASH_Qfp_accuracy_COL : CLJoined<"Qfp-accuracy:">,
Alias<ffp_accuracy_EQ>,HelpText<"Specifies the required accuracy for "
"floating-point operations and library calls.">;
// END INTEL_CUSTOMIZATION

def _SLASH_Brepro : CLFlag<"Brepro">,
HelpText<"Do not write current time into COFF output (breaks link.exe /incremental)">,
Alias<mno_incremental_linker_compatible>;
Expand Down