We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a4ee4 commit 404a0f6Copy full SHA for 404a0f6
llvm/lib/Support/PrettyStackTrace.cpp
@@ -115,7 +115,7 @@ static void PrintCurStackTrace(raw_ostream &OS) {
115
// only one crash info struct will be used.
116
extern "C" {
117
#ifdef CRASHREPORTER_ANNOTATIONS_INITIALIZER
118
-// Available in CRASHREPORTER_ANNOTATIONS_VERSION 5+
+// Should be available in CRASHREPORTER_ANNOTATIONS_VERSION > 5
119
CRASHREPORTER_ANNOTATIONS_INITIALIZER()
120
#else
121
// Older CrashReporter annotations layouts
0 commit comments