[PATCH] D11238: Add -disable-llvm-optzns to some Clang tests
Evgeniy Stepanov
eugenis at google.com
Wed Jul 15 13:49:37 PDT 2015
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11238.29825.patch
Type: text/x-patch
Size: 28948 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150715/538088f5/attachment.bin>
More information about the cfe-commits
mailing list