]> granicus.if.org Git - clang/commitdiff
test/CodeGenCXX/dllexport.cpp: -O2 and -disable-llvm-optzns aren't nedded
authorHans Wennborg <hans@hanshq.net>
Mon, 19 May 2014 17:23:01 +0000 (17:23 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 19 May 2014 17:23:01 +0000 (17:23 +0000)
We only need them on the dllimport.cpp test to make sure that we emit code
for available_externaly functions, and don't inline the IR.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209145 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/dllexport.cpp

index 372ed8a0b2ccda73407b825d8f627f651c388d4a..7f11d455e3f30e7b5c7ff8268d49a209b59f3a55 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple i686-pc-win32 -x c++ -O2 -disable-llvm-optzns -emit-llvm < %s | FileCheck %s
+// RUN: %clang_cc1 -triple i686-pc-win32 -x c++ -emit-llvm < %s | FileCheck %s
 
 #define DLLEXPORT __declspec(dllexport)