Skip to content

Commit 8269ff4

Browse files
committed
Update test for bleeding edge feature set
1 parent a985946 commit 8269ff4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

llvm/test/CodeGen/WebAssembly/target-features-cpus.ll

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ target triple = "wasm32-unknown-unknown"
7272
; +mutable-globals, +nontrapping-fptoint, +relaxed-simd,
7373
; +reference-types, +simd128, +sign-ext, +tail-call
7474
; BLEEDING-EDGE-LABEL: .section .custom_section.target_features,"",@
75-
; BLEEDING-EDGE-NEXT: .int8 16
75+
; BLEEDING-EDGE-NEXT: .int8 17
7676
; BLEEDING-EDGE-NEXT: .int8 43
7777
; BLEEDING-EDGE-NEXT: .int8 7
7878
; BLEEDING-EDGE-NEXT: .ascii "atomics"
@@ -95,6 +95,9 @@ target triple = "wasm32-unknown-unknown"
9595
; BLEEDING-EDGE-NEXT: .int8 4
9696
; BLEEDING-EDGE-NEXT: .ascii "fp16"
9797
; BLEEDING-EDGE-NEXT: .int8 43
98+
; BLEEDING-EDGE-NEXT: .int8 2
99+
; BLEEDING-EDGE-NEXT: .ascii "gc"
100+
; BLEEDING-EDGE-NEXT: .int8 43
98101
; BLEEDING-EDGE-NEXT: .int8 11
99102
; BLEEDING-EDGE-NEXT: .ascii "multimemory"
100103
; BLEEDING-EDGE-NEXT: .int8 43

0 commit comments

Comments
 (0)