Matthias Braun
5961fef32e
Let's try to fix this test again with a fixed target triple
...
llvm-svn: 253760
2015-11-21 02:28:42 +00:00
Matthias Braun
84055ecb7d
Fix c-unicode.c testcase again.
...
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
2015-11-21 02:13:29 +00:00
Matthias Braun
5c3fccc313
Fix testcase when building on darwin
...
Explicitely specify a target to avoid "_" prefixes on the names.
llvm-svn: 253741
2015-11-21 00:56:41 +00:00
Vinicius Tinti
92e68c2766
[clang] Disable Unicode in asm files
...
Clang should not convert tokens to Unicode when preprocessing assembly
files.
Fixes PR25558.
llvm-svn: 253738
2015-11-20 23:42:39 +00:00