[OT] LLVM 5.0 released - LDC mentioned in release notes

Daniel N via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Fri Sep 8 02:47:33 PDT 2017


On Friday, 8 September 2017 at 08:40:13 UTC, Brian wrote:
> On Thursday, 7 September 2017 at 21:14:24 UTC, bpr wrote:
>> On Thursday, 7 September 2017 at 20:55:22 UTC, Nordlöw wrote:
>>> Are there any new code-generation features in LLVM 5.0 that 
>>> LDC will make use of?
>>
>> Given that LLVM has direct support for coroutines since 4.0 
>> (https://llvm.org/docs/Coroutines.html) I've wondered if D 
>> (even just LDC D for starters) could use that to implement 
>> async/await or a similar feature.
>
> C++17 is supported it?

Clang 5 supports C++17 and "C++ coroutines TS"
http://releases.llvm.org/5.0.0/tools/clang/docs/ReleaseNotes.html



More information about the Digitalmars-d-announce mailing list