Plan of Attack for SPIRV and NVPTX

Johan Engelen via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Mon May 23 01:26:38 PDT 2016


On Monday, 23 May 2016 at 08:21:09 UTC, Nicholas Wilson wrote:
>
> How do you go about creating metadata?

For that I usually also look at how Clang/LLVM does it. Often 
there are helper functions around to create metadata.
The llvm::MDBuilder class is useful too:  
http://llvm.org/docs/doxygen/html/classllvm_1_1MDBuilder.html

-Johan


More information about the digitalmars-d-ldc mailing list