Revert "[memprof] Refactor tests to generate binaries and profiles on the fly."
authorSnehasish Kumar <snehasishk@google.com>
Mon, 6 Mar 2023 23:48:52 +0000 (23:48 +0000)
committerSnehasish Kumar <snehasishk@google.com>
Mon, 6 Mar 2023 23:48:52 +0000 (23:48 +0000)
commite1b569b96a06efe0993f7e478657337a6075cd71
treee728bf6bb023993a47d4899b17b2c1f0c8db9696
parent24a08593b946ac78c54c57dc52ec005bd7c44aaa
Revert "[memprof] Refactor tests to generate binaries and profiles on the fly."

This reverts commit 599b7690fa917ea4e9cd67275e34d0b5a0f51aa9. Since
adding a cross project dependency is a concern.
21 files changed:
compiler-rt/test/memprof/CMakeLists.txt
compiler-rt/test/memprof/TestCases/memprof_basic.c [deleted file]
compiler-rt/test/memprof/TestCases/memprof_inline.c [deleted file]
compiler-rt/test/memprof/TestCases/memprof_merge.c [deleted file]
compiler-rt/test/memprof/TestCases/memprof_multi.c [deleted file]
compiler-rt/test/memprof/TestCases/memprof_pic.c [deleted file]
compiler-rt/test/memprof/lit.cfg.py
llvm/test/tools/llvm-profdata/Inputs/basic.memprofexe [new file with mode: 0755]
llvm/test/tools/llvm-profdata/Inputs/basic.memprofraw [new file with mode: 0644]
llvm/test/tools/llvm-profdata/Inputs/inline.memprofexe [new file with mode: 0755]
llvm/test/tools/llvm-profdata/Inputs/inline.memprofraw [new file with mode: 0755]
llvm/test/tools/llvm-profdata/Inputs/memprof-inline.exe [new file with mode: 0755]
llvm/test/tools/llvm-profdata/Inputs/multi.memprofexe [new file with mode: 0755]
llvm/test/tools/llvm-profdata/Inputs/multi.memprofraw [new file with mode: 0644]
llvm/test/tools/llvm-profdata/Inputs/pic.memprofexe [new file with mode: 0755]
llvm/test/tools/llvm-profdata/Inputs/pic.memprofraw [new file with mode: 0644]
llvm/test/tools/llvm-profdata/memprof-basic.test [new file with mode: 0644]
llvm/test/tools/llvm-profdata/memprof-inline.test [new file with mode: 0644]
llvm/test/tools/llvm-profdata/memprof-merge.test [new file with mode: 0644]
llvm/test/tools/llvm-profdata/memprof-multi.test [new file with mode: 0644]
llvm/test/tools/llvm-profdata/memprof-pic.test [new file with mode: 0644]