Skip to content
Commit 48e09faa authored by Raphael Isemann's avatar Raphael Isemann
Browse files

[lldb][NFC] Another attempt to fix GCC 5.x compilation

37510f69 tried to fix GCC 5.x compilation
by making the enum which is used as a unordered_map key unscoped. However it
seems that in GCC 5.x, enum keys are not supported *at all* in unordered_maps
(at least that's what some trial&error on godbolt tells me). This updates the
workaround to just use an int until GCC 5.x support is dropped.
parent 8262cd8a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment