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 1d41e24 commit a1e85feCopy full SHA for a1e85fe
lldb/source/Plugins/InstrumentationRuntime/BoundsSafety/InstrumentationRuntimeBoundsSafety.cpp
@@ -38,7 +38,7 @@ LLDB_PLUGIN_DEFINE(InstrumentationRuntimeBoundsSafety)
38
#define BOUNDS_SAFETY_SOFT_TRAP_MINIMAL "__bounds_safety_soft_trap"
39
#define BOUNDS_SAFETY_SOFT_TRAP_S "__bounds_safety_soft_trap_s"
40
41
-std::vector<std::string> &getBoundsSafetySoftTrapRuntimeFuncs() {
+const std::vector<std::string> &getBoundsSafetySoftTrapRuntimeFuncs() {
42
static std::vector<std::string> Funcs = {BOUNDS_SAFETY_SOFT_TRAP_MINIMAL,
43
BOUNDS_SAFETY_SOFT_TRAP_S};
44
0 commit comments