mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-03 01:12:53 +00:00
Temporarily revert r117079; it broke a tester. Radar 6635085.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117122 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3870b750e6
commit
ef4fc2cd6d
@ -1,12 +0,0 @@
|
||||
// RUN: %llvmgcc -fno-exceptions %s -S -emit-llvm -o - | FileCheck %s
|
||||
struct Foo
|
||||
{
|
||||
int x;
|
||||
Foo ();
|
||||
};
|
||||
Foo *test(void)
|
||||
{
|
||||
return new Foo();
|
||||
// There should be no references to any Unwinding routines under -fno-exceptions.
|
||||
// CHECK-NOT: Unwind
|
||||
}
|
Loading…
Reference in New Issue
Block a user