]> granicus.if.org Git - clang/commit
test/CodeGenCXX: Give instr-profile exception tests their own file
authorJustin Bogner <mail@justinbogner.com>
Thu, 23 Jan 2014 02:54:23 +0000 (02:54 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 23 Jan 2014 02:54:23 +0000 (02:54 +0000)
commit04a0914a66185f258825878aad2adf94bc4a9d5b
tree346f76bccf73717a9d7cb34f867e771968bdd328
parent54c2994d1e7340ddfaa0d63d43ad3dc382e16d4f
test/CodeGenCXX: Give instr-profile exception tests their own file

This test requires asserts for now, and exception handling has an
awkward structure that leads to extra run lines. Because of this, the
test file's not a great place for other C++ PGO tests, but
instr-profile.cpp is obviously the better name for them.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199863 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/Inputs/instr-profile-throws.pgodata [moved from test/CodeGenCXX/Inputs/instr-profile.pgodata with 100% similarity]
test/CodeGenCXX/instr-profile-throws.cpp [moved from test/CodeGenCXX/instr-profile.cpp with 93% similarity]