bolt/deps/llvm-18.1.8/llvm/test/YAMLParser/construct-value.test

13 lines
207 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
# RUN: yaml-bench -canonical %s
--- # Old schema
link with:
- library1.dll
- library2.dll
--- # New schema
link with:
- = : library1.dll
version: 1.2
- = : library2.dll
version: 2.3