aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/clang/include/clang/Basic/DebugInfoOptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/clang/include/clang/Basic/DebugInfoOptions.h')
-rw-r--r--contrib/llvm-project/clang/include/clang/Basic/DebugInfoOptions.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/llvm-project/clang/include/clang/Basic/DebugInfoOptions.h b/contrib/llvm-project/clang/include/clang/Basic/DebugInfoOptions.h
index 586168bd015f..7f5669c1760f 100644
--- a/contrib/llvm-project/clang/include/clang/Basic/DebugInfoOptions.h
+++ b/contrib/llvm-project/clang/include/clang/Basic/DebugInfoOptions.h
@@ -46,7 +46,11 @@ enum DebugInfoKind {
LimitedDebugInfo,
/// Generate complete debug info.
- FullDebugInfo
+ FullDebugInfo,
+
+ /// Generate debug info for types that may be unused in the source
+ /// (-fno-eliminate-unused-debug-types).
+ UnusedTypeInfo,
};
} // end namespace codegenoptions