Disable llvm optimizations, but keep -O1 to test available_externally.

llvm-svn: 189919
This commit is contained in:
Rafael Espindola 2013-09-04 04:59:11 +00:00
parent d120b89a77
commit b69b7fedbf
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -triple x86_64-apple-darwin -O1 -emit-llvm -std=c++11 -o - %s | FileCheck %s
// RUN: %clang_cc1 -triple x86_64-apple-darwin -O1 -disable-llvm-optzns -emit-llvm -std=c++11 -o - %s | FileCheck %s
template<typename T>
struct X0 {