diff options
author | Kuba Mracek <mracek@apple.com> | 2017-06-27 21:39:15 +0000 |
---|---|---|
committer | Kuba Mracek <mracek@apple.com> | 2017-06-27 21:39:15 +0000 |
commit | ad3d174674539d05a7710aad59d5ed0308bfe13f (patch) | |
tree | 31c52c464ffb9cbb3e610cecdd8b021df90f8a99 | |
parent | 241f02065762a761d6c47e67022bdf48f4088f14 (diff) | |
download | bcm5719-llvm-ad3d174674539d05a7710aad59d5ed0308bfe13f.tar.gz bcm5719-llvm-ad3d174674539d05a7710aad59d5ed0308bfe13f.zip |
Upstream the 'eInstrumentationRuntimeTypeSwiftRuntimeReporting' value of the 'eInstrumentationRuntimeType' enum from the swift-lldb project (to avoid potential clashes).
llvm-svn: 306469
-rw-r--r-- | lldb/include/lldb/lldb-enumerations.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/include/lldb/lldb-enumerations.h b/lldb/include/lldb/lldb-enumerations.h index 3c60873f679..14bae6ca206 100644 --- a/lldb/include/lldb/lldb-enumerations.h +++ b/lldb/include/lldb/lldb-enumerations.h @@ -456,6 +456,7 @@ enum InstrumentationRuntimeType { eInstrumentationRuntimeTypeThreadSanitizer = 0x0001, eInstrumentationRuntimeTypeUndefinedBehaviorSanitizer = 0x0002, eInstrumentationRuntimeTypeMainThreadChecker = 0x0003, + eInstrumentationRuntimeTypeSwiftRuntimeReporting = 0x0004, eNumInstrumentationRuntimeTypes }; |