[PATCH] D11238: Add -disable-llvm-optzns to some Clang tests

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Jul 15 16:50:27 PDT 2015


Why do you need to add it to some tests that don't pass -O? Should we
make this the default for %clang_cc1?

On 15 July 2015 at 13:49, Evgeniy Stepanov <eugenis at google.com> wrote:
> eugenis created this revision.
> eugenis added a subscriber: cfe-commits.
> eugenis set the repository for this revision to rL LLVM.
>
> Majority of the clang tests intend to test Clang codegen and not LLVM optimizations.
> This makes them unaffected by changes in the LLVM optimization pipeline.
> This is a prerequisite for http://reviews.llvm.org/D11232
>
> Repository:
>   rL LLVM
>
> http://reviews.llvm.org/D11238
>
> Files:
>   test/CodeGen/2009-10-20-GlobalDebug.c
>   test/CodeGen/attributes.c
>   test/CodeGen/block-with-perdefinedexpr.c
>   test/CodeGen/blockwithlocalstatic.c
>   test/CodeGen/cfstring.c
>   test/CodeGen/const-init.c
>   test/CodeGen/const-label-addr.c
>   test/CodeGen/designated-initializers.c
>   test/CodeGen/emit-all-decls.c
>   test/CodeGen/init.c
>   test/CodeGen/staticinit.c
>   test/CodeGen/thread-specifier.c
>   test/CodeGen/utf16-cfstrings.c
>   test/CodeGenCXX/aarch64-cxxabi.cpp
>   test/CodeGenCXX/const-init-cxx11.cpp
>   test/CodeGenCXX/const-init.cpp
>   test/CodeGenCXX/cxx11-exception-spec.cpp
>   test/CodeGenCXX/cxx11-thread-local.cpp
>   test/CodeGenCXX/debug-info-template.cpp
>   test/CodeGenCXX/debug-info-uuid.cpp
>   test/CodeGenCXX/dllimport.cpp
>   test/CodeGenCXX/implicit-record-visibility.cpp
>   test/CodeGenCXX/key-function-vtable.cpp
>   test/CodeGenCXX/mangle-local-anonymous-unions.cpp
>   test/CodeGenCXX/mangle-ms.cpp
>   test/CodeGenCXX/member-data-pointers.cpp
>   test/CodeGenCXX/microsoft-abi-static-initializers.cpp
>   test/CodeGenCXX/pointers-to-data-members.cpp
>   test/CodeGenCXX/rtti-linkage.cpp
>   test/CodeGenCXX/rtti-visibility.cpp
>   test/CodeGenCXX/static-init.cpp
>   test/CodeGenCXX/thunks.cpp
>   test/CodeGenCXX/typeid-cxx11.cpp
>   test/CodeGenCXX/vtable-linkage.cpp
>   test/CodeGenCXX/vtt-layout.cpp
>   test/CodeGenObjC/exceptions-asm-attribute.m
>   test/CodeGenObjC/local-static-block.m
>   test/CodeGenObjC/metadata_symbols.m
>   test/CodeGenObjCXX/mangle-blocks.mm
>   test/CodeGenObjCXX/mangle.mm
>   test/PCH/local_static.cpp
>   test/SemaCXX/typeid-ref.cpp
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>



More information about the cfe-commits mailing list