]> granicus.if.org Git - clang/commit
test: Give instrumentation based profiling tests their own directory
authorJustin Bogner <mail@justinbogner.com>
Tue, 11 Mar 2014 04:37:49 +0000 (04:37 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 11 Mar 2014 04:37:49 +0000 (04:37 +0000)
commit89e314dafac217ca5d63877a4ec3f0c8176e5f1e
tree53581a7106979993153bbd52db760cb7e4f3c1e8
parent3750d8d9247989a100dba27bb501d5818acc316d
test: Give instrumentation based profiling tests their own directory

These tests are logically related, but they're spread about several
different CodeGen directories. Consolidate them in one place to make
them easier to manage.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203541 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
test/CodeGenObjC/Inputs/instr-profile.profdata [deleted file]
test/Profile/Inputs/c-attributes.profdata [moved from test/CodeGen/Inputs/instr-attribute.profdata with 100% similarity]
test/Profile/Inputs/c-general.profdata [moved from test/CodeGen/Inputs/instr-profile.profdata with 93% similarity]
test/Profile/Inputs/cxx-class.profdata [moved from test/CodeGenCXX/Inputs/instr-profile-class.profdata with 100% similarity]
test/Profile/Inputs/cxx-throws.profdata [moved from test/CodeGenCXX/Inputs/instr-profile-throws.profdata with 100% similarity]
test/Profile/Inputs/objc-general.profdata [new file with mode: 0644]
test/Profile/README [new file with mode: 0644]
test/Profile/c-attributes.c [moved from test/CodeGen/instr-attribute.c with 93% similarity]
test/Profile/c-general.c [moved from test/CodeGen/instr-profile.c with 96% similarity]
test/Profile/cxx-class.cpp [moved from test/CodeGenCXX/instr-profile-class.cpp with 85% similarity]
test/Profile/cxx-throws.cpp [moved from test/CodeGenCXX/instr-profile-throws.cpp with 82% similarity]
test/Profile/objc-general.m [moved from test/CodeGenObjC/instr-profile.m with 76% similarity]