diff options
Diffstat (limited to 'clang/lib/CodeGen/BackendUtil.cpp')
-rw-r--r-- | clang/lib/CodeGen/BackendUtil.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/BackendUtil.cpp b/clang/lib/CodeGen/BackendUtil.cpp index 79e6bf3..3951ad0 100644 --- a/clang/lib/CodeGen/BackendUtil.cpp +++ b/clang/lib/CodeGen/BackendUtil.cpp @@ -1032,7 +1032,8 @@ void EmitAssemblyHelper::RunOptimizationPipeline( static_assert(SanitizerKind::SO_LocalBounds <= std::numeric_limits< decltype(Options.GuardKind)::value_type>::max(), - "Update type of llvm.allow.ubsan.check."); + "Update type of llvm.allow.ubsan.check to represent " + "SanitizerKind::SO_LocalBounds."); Options.GuardKind = SanitizerKind::SO_LocalBounds; } Options.Merge = |