Skip to content

Commit

Permalink
Remove TargetFeaturePrefix::REQUIRED
Browse files Browse the repository at this point in the history
This has not been emitted in LLVM since
llvm/llvm-project@3f34e1b.
  • Loading branch information
aheejin committed Oct 25, 2024
1 parent 12cedf4 commit d43e4cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/webassembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ class DylinkType(IntEnum):
class TargetFeaturePrefix(IntEnum):
USED = 0x2b
DISALLOWED = 0x2d
REQUIRED = 0x3d


class InvalidWasmError(BaseException):
Expand Down

0 comments on commit d43e4cb

Please sign in to comment.