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
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Why do you need to add it to some tests that don't pass -O? Should we
make this the default for %clang_cc1?