From da3cc83afeffc4ca616d6227d0b792a1b1d389c3 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Fri, 23 May 2014 23:29:44 +0000 Subject: [PATCH] This test doesn't need -O2 -disable-llvm-optzns I forgot to fix this one in r209145. We use these flags on dllimport tests to make sure we emit code for available_externaly functions and don't inline the IR. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209564 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/dllexport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/dllexport.c b/test/CodeGen/dllexport.c index ce5636c172..10f8546bcc 100644 --- a/test/CodeGen/dllexport.c +++ b/test/CodeGen/dllexport.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple i686-pc-win32 -std=c99 -O2 -disable-llvm-optzns -emit-llvm < %s | FileCheck %s +// RUN: %clang_cc1 -triple i686-pc-win32 -std=c99 -emit-llvm < %s | FileCheck %s #define DLLEXPORT __declspec(dllexport) -- 2.40.0