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 850a84f commit decc0bdCopy full SHA for decc0bd
llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
@@ -263,7 +263,7 @@ static cl::opt<bool> ClIgnorePersonalityRoutine(
263
264
static cl::opt<bool> ClAddGlobalNameSuffix(
265
"dfsan-add-global-name-suffix",
266
- cl::desc("Whether to add \\.dfsan suffix to global names"), cl::Hidden,
+ cl::desc("Whether to add .dfsan suffix to global names"), cl::Hidden,
267
cl::init(true));
268
269
static StringRef getGlobalTypeString(const GlobalValue &G) {
0 commit comments