diff options
Diffstat (limited to 'clang/lib/Basic/XRayInstr.cpp')
-rw-r--r-- | clang/lib/Basic/XRayInstr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Basic/XRayInstr.cpp b/clang/lib/Basic/XRayInstr.cpp index 42f9038890a..8cc36df7946 100644 --- a/clang/lib/Basic/XRayInstr.cpp +++ b/clang/lib/Basic/XRayInstr.cpp @@ -21,6 +21,7 @@ XRayInstrMask parseXRayInstrValue(StringRef Value) { .Case("all", XRayInstrKind::All) .Case("custom", XRayInstrKind::Custom) .Case("function", XRayInstrKind::Function) + .Case("typed", XRayInstrKind::Typed) .Case("none", XRayInstrKind::None) .Default(XRayInstrKind::None); return ParsedKind; |