diff options
author | Andrzej Janik <[email protected]> | 2024-09-13 01:07:31 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-09-13 01:07:31 +0200 |
commit | 46def3e7e09dbf4d3e7287a72bfecb73e6e429c5 (patch) | |
tree | 6eebad3f9722ee9127c2640300ae20047d4acd9d /ext/amd_comgr-sys/Cargo.toml | |
parent | 193eb29be825370449afb1fe2358f6a654aa0986 (diff) | |
download | ZLUDA-46def3e7e09dbf4d3e7287a72bfecb73e6e429c5.tar.gz ZLUDA-46def3e7e09dbf4d3e7287a72bfecb73e6e429c5.zip |
Connect new parser to LLVM bitcode backend (#269)
This is very incomplete. Just enough code to emit LLVM bitcode and continue further development
Diffstat (limited to 'ext/amd_comgr-sys/Cargo.toml')
-rw-r--r-- | ext/amd_comgr-sys/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/amd_comgr-sys/Cargo.toml b/ext/amd_comgr-sys/Cargo.toml new file mode 100644 index 0000000..0516a2d --- /dev/null +++ b/ext/amd_comgr-sys/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "amd_comgr-sys" +version = "0.0.0" +authors = ["Andrzej Janik <[email protected]>"] +edition = "2021" +links = "amd_comgr" + +[lib]
\ No newline at end of file |