Skip to content

Commit 989cd48

Browse files
authored
Remove TargetFeaturePrefix::REQUIRED (NFC) (#22792)
This has not been emitted in LLVM since llvm/llvm-project@3f34e1b. The corresponding proposed tool-conventions change: WebAssembly/tool-conventions#236
1 parent e4a1bce commit 989cd48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/webassembly.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ class DylinkType(IntEnum):
165165
class TargetFeaturePrefix(IntEnum):
166166
USED = 0x2b
167167
DISALLOWED = 0x2d
168-
REQUIRED = 0x3d
169168

170169

171170
class InvalidWasmError(BaseException):

0 commit comments

Comments
 (0)