Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
KDevelop
KDevelop
Commits
08de627b
Commit
08de627b
authored
Jul 14, 2022
by
Milian Wolff
Browse files
Fix compile on Windows
parent
97eb1de1
Pipeline
#204933
passed with stage
in 18 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plugins/clang/tests/sanitizer_test_init.cpp
View file @
08de627b
...
...
@@ -17,6 +17,7 @@ namespace KDevelop
{
namespace
{
#if defined(Q_OS_UNIX)
/**
* LLVM and ASAN don't play well together, see [1].
* We have to disable sigaltstack or we crash.
...
...
@@ -39,6 +40,7 @@ namespace
execv
(
argv
[
0
],
argv
);
}
#endif
}
void
sanitizerTestInit
([[
maybe_unused
]]
char
**
argv
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment