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)
commit5161db61a9f6fc28d86397a90e1efe772c20c0e6
treee3dda0939d470c816b44707ceabe75d89f2c0103
parentcaea13185e74a85509fe6674b4331d68656d9164
test/CodeGenCXX/dllexport.cpp: -O2 and -disable-llvm-optzns aren't nedded

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.

llvm-svn: 209145
clang/test/CodeGenCXX/dllexport.cpp