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 b4adb42 commit 633bc3bCopy full SHA for 633bc3b
clang/lib/CodeGen/BackendUtil.cpp
@@ -100,8 +100,8 @@ using namespace llvm;
100
namespace llvm {
101
extern cl::opt<bool> PrintPipelinePasses;
102
103
-cl::opt<bool> ClRemoveTraps("clang-remove-traps", cl::Optional,
104
- cl::desc("Insert remove-traps pass."));
+static cl::opt<bool> ClRemoveTraps("clang-remove-traps", cl::Optional,
+ cl::desc("Insert remove-traps pass."));
105
106
// Experiment to move sanitizers earlier.
107
static cl::opt<bool> ClSanitizeOnOptimizerEarlyEP(
0 commit comments