diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:44:14 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:44:14 +0000 |
| commit | 2b6b257f4e5503a7a2675bdb8735693db769f75c (patch) | |
| tree | e85e046ae7003fe3bcc8b5454cd0fa3f7407b470 /test/CodeGen/Inputs | |
| parent | b4348ed0b7e90c0831b925fbee00b5f179a99796 (diff) | |
Notes
Diffstat (limited to 'test/CodeGen/Inputs')
| -rw-r--r-- | test/CodeGen/Inputs/pgo-sample.prof | 2 | ||||
| -rw-r--r-- | test/CodeGen/Inputs/pgotestclang.profraw | 1 | ||||
| -rw-r--r-- | test/CodeGen/Inputs/pgotestir.profraw | 1 | ||||
| -rw-r--r-- | test/CodeGen/Inputs/thinlto_backend.ll | 6 |
4 files changed, 10 insertions, 0 deletions
diff --git a/test/CodeGen/Inputs/pgo-sample.prof b/test/CodeGen/Inputs/pgo-sample.prof new file mode 100644 index 000000000000..c5b8d9ef1a89 --- /dev/null +++ b/test/CodeGen/Inputs/pgo-sample.prof @@ -0,0 +1,2 @@ +bar:100:100 + 1: 2000 diff --git a/test/CodeGen/Inputs/pgotestclang.profraw b/test/CodeGen/Inputs/pgotestclang.profraw new file mode 100644 index 000000000000..401ba073493c --- /dev/null +++ b/test/CodeGen/Inputs/pgotestclang.profraw @@ -0,0 +1 @@ +:fe diff --git a/test/CodeGen/Inputs/pgotestir.profraw b/test/CodeGen/Inputs/pgotestir.profraw new file mode 100644 index 000000000000..04a7c1c1a35a --- /dev/null +++ b/test/CodeGen/Inputs/pgotestir.profraw @@ -0,0 +1 @@ +:ir diff --git a/test/CodeGen/Inputs/thinlto_backend.ll b/test/CodeGen/Inputs/thinlto_backend.ll new file mode 100644 index 000000000000..78678c0c5add --- /dev/null +++ b/test/CodeGen/Inputs/thinlto_backend.ll @@ -0,0 +1,6 @@ +target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" +target triple = "x86_64-unknown-linux-gnu" + +define void @f2() { + ret void +} |
