diff options
| author | Justin Bogner <mail@justinbogner.com> | 2015-03-11 02:30:51 +0000 |
|---|---|---|
| committer | Justin Bogner <mail@justinbogner.com> | 2015-03-11 02:30:51 +0000 |
| commit | 4379535e3f50f245e50f7820a80d81cc91b38c5f (patch) | |
| tree | 4d3edfac1b9144a12ee4a64948a3b6a0ee4c99dc /llvm/test/tools/llvm-cov/Inputs/universal-binary.proftext | |
| parent | 8ce51084b803609393835403d20a40e4952b144f (diff) | |
| download | bcm5719-llvm-4379535e3f50f245e50f7820a80d81cc91b38c5f.tar.gz bcm5719-llvm-4379535e3f50f245e50f7820a80d81cc91b38c5f.zip | |
InstrProf: Teach llvm-cov to handle universal binaries when given -arch
llvm-svn: 231902
Diffstat (limited to 'llvm/test/tools/llvm-cov/Inputs/universal-binary.proftext')
| -rw-r--r-- | llvm/test/tools/llvm-cov/Inputs/universal-binary.proftext | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-cov/Inputs/universal-binary.proftext b/llvm/test/tools/llvm-cov/Inputs/universal-binary.proftext new file mode 100644 index 00000000000..97816c29f36 --- /dev/null +++ b/llvm/test/tools/llvm-cov/Inputs/universal-binary.proftext @@ -0,0 +1,4 @@ +main +0x0 +1 +100 |

