r209564 - This test doesn't need -O2 -disable-llvm-optzns

Hans Wennborg hans at hanshq.net
Fri May 23 16:29:45 PDT 2014


Author: hans
Date: Fri May 23 18:29:44 2014
New Revision: 209564

URL: http://llvm.org/viewvc/llvm-project?rev=209564&view=rev
Log:
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.

Modified:
    cfe/trunk/test/CodeGen/dllexport.c

Modified: cfe/trunk/test/CodeGen/dllexport.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/dllexport.c?rev=209564&r1=209563&r2=209564&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/dllexport.c (original)
+++ cfe/trunk/test/CodeGen/dllexport.c Fri May 23 18:29:44 2014
@@ -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)
 





More information about the cfe-commits mailing list