This is an archive of the discontinued LLVM Phabricator instance.

Add -disable-llvm-optzns to some Clang tests
AbandonedPublic

Authored by eugenis on Jul 15 2015, 1:49 PM.

Details

Reviewers
None
Summary

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

Diff Detail

Event Timeline

eugenis updated this revision to Diff 29825.Jul 15 2015, 1:49 PM
eugenis retitled this revision from to Add -disable-llvm-optzns to some Clang tests.
eugenis updated this object.
eugenis set the repository for this revision to rL LLVM.
eugenis added a subscriber: cfe-commits.

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

eugenis abandoned this revision.Oct 26 2015, 5:18 PM