[clang 3.3 branch] CodeGenCXX/throw-expressions.cpp fails on PPC64/Linux

Hi,

I guess the tests should be modified to match PPC64 output. I get:

[82437s] ******************** TEST ‘Clang :: CodeGenCXX/throw-expressions.cpp’ FAILED ********************
[82437s] Script:
[82437s] –
[82437s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/Release+Debug/bin/clang -cc1 -internal-isystem /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/Release+Debug/bin/…/lib64/clang/3.3/include -fcxx-exceptions -fexceptions -Wno-unreachable-code -Werror -emit-llvm -o - /home/abuild/rpmbuild/BUILD/llvm-3.3/tools/clang/test/CodeGenCXX/throw-expressions.cpp | FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/tools/clang/test/CodeGenCXX/throw-expressions.cpp
[82437s] –
[82437s] Exit Code: 1
[82437s] Command Output (stderr):
[82437s] –
[82437s] /home/abuild/rpmbuild/BUILD/llvm-3.3/tools/clang/test/CodeGenCXX/throw-expressions.cpp:27:11: error: expected string not found in input
[82437s] // CHECK: define i32 @_Z5test5bbi(
[82437s] ^
[82437s] :1:1: note: scanning from here
[82437s] ; ModuleID = ‘/home/abuild/rpmbuild/BUILD/llvm-3.3/tools/clang/test/CodeGenCXX/throw-expressions.cpp’
[82437s] ^
[82437s] :9:1: note: possible intended match here
[82437s] define i32* @_Z5test1v() #0 {
[82437s] ^
[82437s] –
[82437s]