summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/c-unicode.c
Commit message (Collapse)AuthorAgeFilesLines
* Let's try to fix this test again with a fixed target tripleMatthias Braun2015-11-211-3/+4
| | | | llvm-svn: 253760
* Fix c-unicode.c testcase again.Matthias Braun2015-11-211-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 darwinMatthias Braun2015-11-211-2/+2
| | | | | | Explicitely specify a target to avoid "_" prefixes on the names. llvm-svn: 253741
* [clang] Disable Unicode in asm filesVinicius Tinti2015-11-201-0/+7
Clang should not convert tokens to Unicode when preprocessing assembly files. Fixes PR25558. llvm-svn: 253738
OpenPOWER on IntegriCloud