jlebar added a comment.
(Alternatively I'm happy not to have another look if you don't think you need
it.)
https://reviews.llvm.org/D25809
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-co
Thanks.
2016-12-06 16:28 GMT-08:00 Reid Kleckner :
> Comments in r288868. It implements GCC's %= inline asm feature, and we're
> just using it from MS-style inline asm to avoid duplicate labels clashing.
>
> 2016-12-01 0:37 GMT-08:00 Sean Silva :
>
>> what is this ${:uid} thing? Could the comment
Hi Alexander,
I think this will cause an error if used with python3 (at least, it fails on my
system). Here's the problem:
line.decode(encoding)
When vim is compiled against python3, the type of 'line' remains 'str' -- not
'bytes'. There isn't a 'decode' method on strings: it only exists for b
sammccall created this revision.
sammccall added a reviewer: bkramer.
sammccall added subscribers: cfe-commits, joerg.
Write output from compilation database test to %T rather than the working dir.
Sometimes CWD isn't writable!
Also specify no-canonical-prefixes so that clang has 'clang' in the na
sammccall added a comment.
bkramer: summoning my lit guru for guidance, is there a better way?
https://reviews.llvm.org/D27504
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
101 - 105 of 105 matches
Mail list logo