LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 39425 - [Sanitizers] SanitizerOrdinal is out of bits
Summary: [Sanitizers] SanitizerOrdinal is out of bits
Status: RESOLVED FIXED
Alias: None
Product: clang
Classification: Unclassified
Component: -New Bugs (show other bugs)
Version: trunk
Hardware: PC Linux
: P enhancement
Assignee: pierre gousseau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-24 12:33 PDT by Roman Lebedev
Modified: 2019-03-07 08:41 PST (History)
5 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Lebedev 2018-10-24 12:33:43 PDT
Once https://reviews.llvm.org/D50250 lands,
the "enum SanitizerOrdinal : uint64_t {" will not have *any* free bits available.
Comment 1 pierre gousseau 2019-02-08 04:22:31 PST
I have an eventual patch for this at https://reviews.llvm.org/D57914
Comment 2 pierre gousseau 2019-03-07 08:37:55 PST
Fixed in r355190.
Comment 3 Roman Lebedev 2019-03-07 08:41:52 PST
(In reply to pierre gousseau from comment #2)
> Fixed in r355190.

Thank you!