repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-ifs
/
empty1.ifs
blob
9cbf0cd7cb6b7e961d53b805af2ccd06fb8000d1
1
# RUN: llvm-ifs --input-format=IFS --output-format=IFS -o - %s | FileCheck %s
2
3
# CHECK: --- !ifs-v1
4
# CHECK-NEXT: IfsVersion: 3.0
5
# CHECK-NEXT: Target: x86_64-unknown-linux-gnu
6
# CHECK-NEXT: Symbols: []
7
# CHECK: ...
8
9
--- !ifs-v1
10
IfsVersion: 3.0
11
Target: x86_64-unknown-linux-gnu
12
Symbols: []
13
...