Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the tests. | Bill Wendling | 2013-01-31 | 1 | -1/+1 |
| | | | | | | | This update coincides with r174110. That change ordered the attributes alphabetically. llvm-svn: 174111 | ||||
* | Modify the tests for the (sorted) order that the attributes come out as now. | Bill Wendling | 2013-01-29 | 1 | -1/+1 |
| | | | | llvm-svn: 173762 | ||||
* | The clang driver has a fairly fancy support for executing gcc instead of | Rafael Espindola | 2012-10-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | clang itself. This dates back to clang's early days and while it looks like some of it is still used (for kext for example), other parts are probably dead. Remove the -ccc-clang-archs option and associated code. I don't think there is any remaining setup where clang doesn't support an architecture but it can expect an working gcc cross compiler to be available. A nice side effect is that tests no longer need to differentiate architectures that are included in production builds of clang and those that are not. llvm-svn: 165545 | ||||
* | Do not return records with non trivial destructors or copy constructors in | Akira Hatanaka | 2012-02-08 | 1 | -0/+17 |
registers. llvm-svn: 150035 |