浏览代码

Add video from LLVM Dev meeting (#4641)

Jon Ross-Perkins 1 年之前
父节点
当前提交
3ee41222e0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -365,8 +365,8 @@ Carbon focused talks from the community:
 ### 2024
 
 -   Generic implementation strategies in Carbon and Clang, LLVM Developers'
-    Meeting
-    ([slides](https://chandlerc.blog/slides/2024-llvm-generic-implementation/#/))
+    Meeting ([video](https://youtu.be/j0BL52NdjAU),
+    [slides](https://chandlerc.blog/slides/2024-llvm-generic-implementation/#/))
 -   The Carbon Language: Road to 0.1, NDC {TechTown}
     ([slides](https://chandlerc.blog/slides/2024-ndc-techtown-carbon-road-to-0-dot-1))
 -   How designing Carbon with C++ interop taught me about C++ variadics and