diff options
| author | Vedant Kumar <vsk@apple.com> | 2016-03-28 20:20:40 +0000 |
|---|---|---|
| committer | Vedant Kumar <vsk@apple.com> | 2016-03-28 20:20:40 +0000 |
| commit | 476a94d9ef52363c859ea09415a856598633c000 (patch) | |
| tree | 378ac2f265f9923c155109f71f3ba1da189bf769 /llvm/test | |
| parent | 25955f85903e338c0b840e3d324498a2c9a629cb (diff) | |
| download | bcm5719-llvm-476a94d9ef52363c859ea09415a856598633c000.tar.gz bcm5719-llvm-476a94d9ef52363c859ea09415a856598633c000.zip | |
Revert "Reapply "[PGO] Fix name encoding for ObjC-like functions""
This reverts commit r264641 to investigate why c-general.test is failing
on the bots.
llvm-svn: 264643
Diffstat (limited to 'llvm/test')
| -rwxr-xr-x | llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux32l | bin | 29424 -> 29634 bytes | |||
| -rwxr-xr-x | llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux64l | bin | 2124848 -> 2125077 bytes | |||
| -rw-r--r-- | llvm/test/tools/llvm-cov/Inputs/elf_binary_comdat.profdata | bin | 840 -> 1040 bytes | |||
| -rw-r--r-- | llvm/test/tools/llvm-cov/Inputs/instrprof-comdat.h | 11 | ||||
| -rw-r--r-- | llvm/test/tools/llvm-profdata/Inputs/c-general.profraw | bin | 1648 -> 1696 bytes | |||
| -rw-r--r-- | llvm/test/tools/llvm-profdata/raw-32-bits-be.test | 2 | ||||
| -rw-r--r-- | llvm/test/tools/llvm-profdata/raw-32-bits-le.test | 2 | ||||
| -rw-r--r-- | llvm/test/tools/llvm-profdata/raw-64-bits-be.test | 2 | ||||
| -rw-r--r-- | llvm/test/tools/llvm-profdata/raw-64-bits-le.test | 2 |
9 files changed, 7 insertions, 12 deletions
diff --git a/llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux32l b/llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux32l Binary files differindex 6ea83e5d24e..624483bf6e3 100755 --- a/llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux32l +++ b/llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux32l diff --git a/llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux64l b/llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux64l Binary files differindex 9c6835cdff1..af4d39cedfb 100755 --- a/llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux64l +++ b/llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux64l diff --git a/llvm/test/tools/llvm-cov/Inputs/elf_binary_comdat.profdata b/llvm/test/tools/llvm-cov/Inputs/elf_binary_comdat.profdata Binary files differindex ef80e56a884..85667041e2c 100644 --- a/llvm/test/tools/llvm-cov/Inputs/elf_binary_comdat.profdata +++ b/llvm/test/tools/llvm-cov/Inputs/elf_binary_comdat.profdata diff --git a/llvm/test/tools/llvm-cov/Inputs/instrprof-comdat.h b/llvm/test/tools/llvm-cov/Inputs/instrprof-comdat.h index a701504e34b..e1227167cd4 100644 --- a/llvm/test/tools/llvm-cov/Inputs/instrprof-comdat.h +++ b/llvm/test/tools/llvm-cov/Inputs/instrprof-comdat.h @@ -13,12 +13,7 @@ template <class T> T FOO<T>::DoIt(T ti) { // HEADER: 2| [[@LINE]]|template t += I; // HEADER: 20| [[@LINE]]| t += I; if (I > ti / 2) // HEADER: 20| [[@LINE]]| if (I > ti t -= 1; // HEADER: 8| [[@LINE]]| t -= 1; - } // HEADER: 20| [[@LINE]]| } - // HEADER: 2| [[@LINE]]| - return t; // HEADER: 2| [[@LINE]]| return t; + } // HEADER: 10| [[@LINE]]| } + // HEADER: 1| [[@LINE]]| + return t; // HEADER: 1| [[@LINE]]| return t; } - -// To generate the binaries which correspond to this file, you must first -// compile a program with two calls to Foo<int>::DoIt(10) for each desired -// architecture. Collect a raw profile from any one of these binaries, index -// it, and check it in along with the executables. diff --git a/llvm/test/tools/llvm-profdata/Inputs/c-general.profraw b/llvm/test/tools/llvm-profdata/Inputs/c-general.profraw Binary files differindex 34448c17b70..602838369a2 100644 --- a/llvm/test/tools/llvm-profdata/Inputs/c-general.profraw +++ b/llvm/test/tools/llvm-profdata/Inputs/c-general.profraw diff --git a/llvm/test/tools/llvm-profdata/raw-32-bits-be.test b/llvm/test/tools/llvm-profdata/raw-32-bits-be.test index bc6ec022587..d3def18ef99 100644 --- a/llvm/test/tools/llvm-profdata/raw-32-bits-be.test +++ b/llvm/test/tools/llvm-profdata/raw-32-bits-be.test @@ -28,7 +28,7 @@ RUN: printf '\0\0\0\0\0\0\0\0' >> %t RUN: printf '\0\0\0\0\0\0\0\023' >> %t RUN: printf '\0\0\0\0\0\0\0\067' >> %t RUN: printf '\0\0\0\0\0\0\0\101' >> %t -RUN: printf '\7\0foo\1bar\0\0\0\0\0\0\0' >> %t +RUN: printf '\7\0foo bar\0\0\0\0\0\0\0' >> %t RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s diff --git a/llvm/test/tools/llvm-profdata/raw-32-bits-le.test b/llvm/test/tools/llvm-profdata/raw-32-bits-le.test index 5ee8b33df67..b19c74f01b6 100644 --- a/llvm/test/tools/llvm-profdata/raw-32-bits-le.test +++ b/llvm/test/tools/llvm-profdata/raw-32-bits-le.test @@ -28,7 +28,7 @@ RUN: printf '\0\0\0\0\0\0\0\0' >> %t RUN: printf '\023\0\0\0\0\0\0\0' >> %t RUN: printf '\067\0\0\0\0\0\0\0' >> %t RUN: printf '\101\0\0\0\0\0\0\0' >> %t -RUN: printf '\7\0foo\1bar\0\0\0\0\0\0\0' >> %t +RUN: printf '\7\0foo bar\0\0\0\0\0\0\0' >> %t RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s diff --git a/llvm/test/tools/llvm-profdata/raw-64-bits-be.test b/llvm/test/tools/llvm-profdata/raw-64-bits-be.test index 9778f062779..cb59f9a2ff3 100644 --- a/llvm/test/tools/llvm-profdata/raw-64-bits-be.test +++ b/llvm/test/tools/llvm-profdata/raw-64-bits-be.test @@ -26,7 +26,7 @@ RUN: printf '\0\0\0\02\0\0\0\0' >> %t RUN: printf '\0\0\0\0\0\0\0\023' >> %t RUN: printf '\0\0\0\0\0\0\0\067' >> %t RUN: printf '\0\0\0\0\0\0\0\101' >> %t -RUN: printf '\7\0foo\1bar\0\0\0\0\0\0\0' >> %t +RUN: printf '\7\0foo bar\0\0\0\0\0\0\0' >> %t RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s diff --git a/llvm/test/tools/llvm-profdata/raw-64-bits-le.test b/llvm/test/tools/llvm-profdata/raw-64-bits-le.test index 670bdb3ba85..86748b14938 100644 --- a/llvm/test/tools/llvm-profdata/raw-64-bits-le.test +++ b/llvm/test/tools/llvm-profdata/raw-64-bits-le.test @@ -26,7 +26,7 @@ RUN: printf '\02\0\0\0\0\0\0\0' >> %t RUN: printf '\023\0\0\0\0\0\0\0' >> %t RUN: printf '\067\0\0\0\0\0\0\0' >> %t RUN: printf '\101\0\0\0\0\0\0\0' >> %t -RUN: printf '\7\0foo\1bar\0\0\0\0\0\0\0' >> %t +RUN: printf '\7\0foo bar\0\0\0\0\0\0\0' >> %t RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s |

