Skip to content

Commit

Permalink
Bug 1915847 - Remove unused set_config and set_define for MOZ_SIGNED_…
Browse files Browse the repository at this point in the history
…OVERFLOW_SANITIZE and MOZ_UNSIGNED_OVERFLOW_SANITIZE from configure r=glandium

Differential Revision: https://phabricator.services.mozilla.com/D220698

UltraBlame original commit: fe75c58ea3e0f3cc53860f743b4d73dc06901009
  • Loading branch information
marco-c committed Sep 6, 2024
1 parent 2635df1 commit 022105f
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions build/moz.configure/toolchain.configure
Original file line number Diff line number Diff line change
Expand Up @@ -18114,26 +18114,6 @@ rdynamic
"
]
)
set_define
(
"
MOZ_SIGNED_OVERFLOW_SANITIZE
"
True
when
=
ub_signed_overflow_san
)
set_config
(
"
MOZ_SIGNED_OVERFLOW_SANITIZE
"
True
when
=
ub_signed_overflow_san
)
option
(
"
Expand Down Expand Up @@ -18303,26 +18283,6 @@ rdynamic
"
]
)
set_define
(
"
MOZ_UNSIGNED_OVERFLOW_SANITIZE
"
True
when
=
ub_unsigned_overflow_san
)
set_config
(
"
MOZ_UNSIGNED_OVERFLOW_SANITIZE
"
True
when
=
ub_unsigned_overflow_san
)
#
any_ubsan
=
Expand Down

0 comments on commit 022105f

Please sign in to comment.