Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let's try to fix this test again with a fixed target triple | Matthias Braun | 2015-11-21 | 1 | -3/+4 |
| | | | | llvm-svn: 253760 | ||||
* | Fix c-unicode.c testcase again. | Matthias Braun | 2015-11-21 | 1 | -3/+3 |
| | | | | | | | | Specifying a fixed triple is not possible because that target may not even be compiler. Go for a simpler fix by using a _? regex for the prefix. llvm-svn: 253758 | ||||
* | Fix testcase when building on darwin | Matthias Braun | 2015-11-21 | 1 | -2/+2 |
| | | | | | | Explicitely specify a target to avoid "_" prefixes on the names. llvm-svn: 253741 | ||||
* | [clang] Disable Unicode in asm files | Vinicius Tinti | 2015-11-20 | 1 | -0/+7 |
Clang should not convert tokens to Unicode when preprocessing assembly files. Fixes PR25558. llvm-svn: 253738 |