forked from OSchip/llvm-project
ftime-trace as a CoreOption
Differential Revision: https://reviews.llvm.org/D61945 llvm-svn: 360907
This commit is contained in:
parent
99e6f4d11a
commit
738e42efb3
|
@ -1747,7 +1747,7 @@ def Wframe_larger_than_EQ : Joined<["-"], "Wframe-larger-than=">, Group<f_Group>
|
|||
def : Flag<["-"], "fterminated-vtables">, Alias<fapple_kext>;
|
||||
def fthreadsafe_statics : Flag<["-"], "fthreadsafe-statics">, Group<f_Group>;
|
||||
def ftime_report : Flag<["-"], "ftime-report">, Group<f_Group>, Flags<[CC1Option]>;
|
||||
def ftime_trace : Flag<["-"], "ftime-trace">, Group<f_Group>, Flags<[CC1Option]>;
|
||||
def ftime_trace : Flag<["-"], "ftime-trace">, Group<f_Group>, Flags<[CC1Option, CoreOption]>;
|
||||
def ftlsmodel_EQ : Joined<["-"], "ftls-model=">, Group<f_Group>, Flags<[CC1Option]>;
|
||||
def ftrapv : Flag<["-"], "ftrapv">, Group<f_Group>, Flags<[CC1Option]>,
|
||||
HelpText<"Trap on integer overflow">;
|
||||
|
|
|
@ -638,6 +638,7 @@
|
|||
// RUN: -fno-profile-instr-use \
|
||||
// RUN: -fcs-profile-generate \
|
||||
// RUN: -fcs-profile-generate=dir \
|
||||
// RUN: -ftime-trace \
|
||||
// RUN: --version \
|
||||
// RUN: -Werror /Zs -- %s 2>&1
|
||||
|
||||
|
|
Loading…
Reference in New Issue