summaryrefslogtreecommitdiffstats
path: root/llvm/test/ObjectYAML/wasm/producers_section_repeat.yaml
blob: 9dd6b7fd1f7e0a2dd709fd83f9e43223de4d3968 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# RUN: yaml2obj %s | not obj2yaml 2>&1 | FileCheck %s
--- !WASM
FileHeader:
  Version:         0x00000001
Sections:
  - Type:            CUSTOM
    Name:            producers
    Languages:
      - Name:        C++
        Version:     C++11
      - Name:        C++
        Version:     C++17
...
# CHECK:  Producers section contains repeated producer
OpenPOWER on IntegriCloud