commit | 651f13cea278ec967336033dd032faef0e9fc2ec | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Wed Apr 23 16:59:28 2014 -0700 |
committer | Stephen Hines <srhines@google.com> | Wed Apr 23 16:59:54 2014 -0700 |
tree | 14fadd70982e1428a21e9aa9cfee67c9ee317bee | |
parent | e45aa073431f94fc0dafb56477aec2068ba2880f [diff] [blame] |
Updated to Clang 3.5a. Change-Id: I8127eb568f674c2e72635b639a3295381fe8af82
diff --git a/test/CodeGenCXX/2006-09-12-OpaqueStructCrash.cpp b/test/CodeGenCXX/2006-09-12-OpaqueStructCrash.cpp index bd270dd..c5a2d5a 100644 --- a/test/CodeGenCXX/2006-09-12-OpaqueStructCrash.cpp +++ b/test/CodeGenCXX/2006-09-12-OpaqueStructCrash.cpp
@@ -1,4 +1,5 @@ -// RUN: %clang_cc1 -emit-llvm -o - %s +// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm -o - %s +// RUN: %clang_cc1 -triple %ms_abi_triple -fno-rtti -emit-llvm -o - %s struct A { virtual ~A();