]> granicus.if.org Git - clang/commit
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)
commit0974690eb8577492209d255f5b9094628e10c85a
tree64e320534007d9fb0edb79b884fa5792230bf393
parent2e7f8bef22216e331116df5b492654d00cee4a25
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.

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