diff options
author | Sam Clegg <sbc@chromium.org> | 2022-11-03 15:06:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-03 22:06:32 +0000 |
commit | 8388a33e84c0730f5a7c7e89bd089ad7c9db9455 (patch) | |
tree | a4991df7be22c02204208704af25172c2932bfa0 /test/passes/dwarf_with_exceptions.bin.txt | |
parent | bf1782368dc6fee2d5fb9f4dd0cada2ca04ccb30 (diff) | |
download | binaryen-8388a33e84c0730f5a7c7e89bd089ad7c9db9455.tar.gz binaryen-8388a33e84c0730f5a7c7e89bd089ad7c9db9455.tar.bz2 binaryen-8388a33e84c0730f5a7c7e89bd089ad7c9db9455.zip |
Update default features to match new llvm defaults (#5212)
See: https://reviews.llvm.org/D125728
Diffstat (limited to 'test/passes/dwarf_with_exceptions.bin.txt')
-rw-r--r-- | test/passes/dwarf_with_exceptions.bin.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/dwarf_with_exceptions.bin.txt b/test/passes/dwarf_with_exceptions.bin.txt index 3878ba54e..d207962e9 100644 --- a/test/passes/dwarf_with_exceptions.bin.txt +++ b/test/passes/dwarf_with_exceptions.bin.txt @@ -119,7 +119,7 @@ ;; custom section ".debug_line", size 109 ;; custom section ".debug_str", size 178 ;; custom section "producers", size 134 - ;; features section: exception-handling + ;; features section: mutable-globals, sign-ext, exception-handling ) DWARF debug info ================ @@ -540,5 +540,5 @@ file_names[ 1]: ;; custom section ".debug_line", size 162 ;; custom section ".debug_str", size 178 ;; custom section "producers", size 134 - ;; features section: exception-handling + ;; features section: mutable-globals, sign-ext, exception-handling ) |