Skip to content

Commit

Permalink
Remove TargetFeaturePrefix::REQUIRED (NFC) (emscripten-core#22792)
Browse files Browse the repository at this point in the history
This has not been emitted in LLVM since

llvm/llvm-project@3f34e1b.

The corresponding proposed tool-conventions change:
WebAssembly/tool-conventions#236
  • Loading branch information
aheejin authored Nov 5, 2024
1 parent e4a1bce commit 989cd48
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 989cd48

Please sign in to comment.