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:
Kuba Mracek 2017-06-27 21:39:15 +00:00
parent 241f020657
commit ad3d174674
1 changed files with 1 additions and 0 deletions

View File

@ -456,6 +456,7 @@ enum InstrumentationRuntimeType {
eInstrumentationRuntimeTypeThreadSanitizer = 0x0001,
eInstrumentationRuntimeTypeUndefinedBehaviorSanitizer = 0x0002,
eInstrumentationRuntimeTypeMainThreadChecker = 0x0003,
eInstrumentationRuntimeTypeSwiftRuntimeReporting = 0x0004,
eNumInstrumentationRuntimeTypes
};