forked from OSchip/llvm-project
Make this test pass if llvm-g++ was built without exception handling support.
llvm-svn: 37488
This commit is contained in:
parent
d3f3f0adad
commit
3f35c524b9
|
|
@ -1,4 +1,4 @@
|
|||
// RUN: %llvmgxx %s -S -emit-llvm -O2 -o - | grep _Unwind_Resume | wc -l | grep {\[03\]}
|
||||
// RUN: %llvmgxx %s -S -emit-llvm -O2 -o - | grep -c {handle\\|_Unwind_Resume} | grep {\[14\]}
|
||||
|
||||
struct One { };
|
||||
struct Two { };
|
||||
|
|
|
|||
Loading…
Reference in New Issue