Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang/test/Driver: Remove the feature "clang-driver" in three tests since ↵ | NAKAMURA Takumi | 2013-08-20 | 1 | -2/+0 |
| | | | | | | they might work as expected since their first commit. llvm-svn: 188788 | ||||
* | Driver: Pass down the -march setting down to -cc1as on x86 too. | Benjamin Kramer | 2013-02-22 | 1 | -0/+8 |
The assembler historically didn't make use of any target features, but this has changed when support for old CPUs that don't support long nops was added. llvm-svn: 175919 |