Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmp_tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominik Loidolt
cmp_tool
Commits
7849e827
Commit
7849e827
authored
11 months ago
by
Dominik Loidolt
Browse files
Options
Downloads
Patches
Plain Diff
Under AArch64 macOS LeakSanitizer is not working
parent
57098586
No related branches found
No related tags found
1 merge request
!34
Update cmp_tool to version v0.13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/meson.build
+1
-1
1 addition, 1 deletion
test/meson.build
with
1 addition
and
1 deletion
test/meson.build
+
1
−
1
View file @
7849e827
...
@@ -48,7 +48,7 @@ test_env.set('ASAN_OPTIONS',
...
@@ -48,7 +48,7 @@ test_env.set('ASAN_OPTIONS',
'use_sigaltstack=1'
,
'use_sigaltstack=1'
,
'dedup_token_length=3'
'dedup_token_length=3'
)
)
if
cc
.
has_argument
(
'-fsanitize=leak'
)
if
cc
.
has_argument
(
'-fsanitize=leak'
)
and
not
(
host_machine
.
system
()
==
'darwin'
and
host_machine
.
cpu_family
()
==
'aarch64'
and
cc
.
get_id
()
==
'clang'
)
test_env
.
append
(
'ASAN_OPTIONS'
,
'detect_leaks=1'
)
test_env
.
append
(
'ASAN_OPTIONS'
,
'detect_leaks=1'
)
endif
endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment