forked from OSchip/llvm-project
Upstream the 'eInstrumentationRuntimeTypeSwiftRuntimeReporting' value of the 'eInstrumentationRuntimeType' enum from the swift-lldb project (to avoid potential clashes).
llvm-svn: 306469
This commit is contained in:
parent
241f020657
commit
ad3d174674
|
@ -456,6 +456,7 @@ enum InstrumentationRuntimeType {
|
|||
eInstrumentationRuntimeTypeThreadSanitizer = 0x0001,
|
||||
eInstrumentationRuntimeTypeUndefinedBehaviorSanitizer = 0x0002,
|
||||
eInstrumentationRuntimeTypeMainThreadChecker = 0x0003,
|
||||
eInstrumentationRuntimeTypeSwiftRuntimeReporting = 0x0004,
|
||||
eNumInstrumentationRuntimeTypes
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue