Skip to content

Commit 94bfc52

Browse files
2017-10-updates (#36)
1 parent d79bafa commit 94bfc52

File tree

4 files changed

+357
-0
lines changed

4 files changed

+357
-0
lines changed

assets/jsconfig.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"compilerOptions": {
3+
"baseUrl": ".",
4+
"paths": {
5+
"*": [
6+
"..\\themes\\www-template\\assets\\*"
7+
]
8+
}
9+
}
10+
}

content/devmtg/2017-10.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: "US LLVM Developers' Meeting"
3+
description: ""
4+
date: 2017-10-18T19:45:19+05:30
5+
toc: true
6+
tags: []
7+
draft: false
8+
---
9+
10+
{{< event_data "2017-10" >}}
11+
12+
## About
13+
14+
The 11th annual US LLVM Developers' Meeting was held October 18th and 19th in San Jose, California.
15+
16+
The conference included technical talks, BoFs, hacker's lab, tutorials, and posters.
17+
18+
The meeting serves as a forum for [LLVM](http://llvm.org/), [Clang](http://clang.llvm.org/), [LLDB](http://lldb.llvm.org/), and other LLVM project developers and users to get acquainted, learn how LLVM is used, and exchange ideas about LLVM and its (potential) applications. More broadly, we believe the event will be of particular interest to the following people:
19+
20+
- Active developers of projects in the LLVM Umbrella (LLVM core, Clang, LLDB, libc++, compiler_rt, klee, lld, etc).
21+
- Anyone interested in using these as part of another project.
22+
- Compiler, programming language, and runtime enthusiasts.
23+
- Those interested in using compiler and toolchain technology in novel and interesting ways.
24+
25+
Please sign up for the [LLVM Developers' Meeting list](http://lists.llvm.org/mailman/listinfo/llvm-devmeeting) for future event announcements and to ask questions.
26+
27+
## Program
28+
29+
### Talk Abstracts
30+
31+
{{< event_talks
32+
"devmtg/2017-10/talks"
33+
"talks"
34+
>}}
35+
36+
## Contact
37+
38+
To contact the organizer, please email [Tanya Lattner](tanyalattner@llvm.org).

0 commit comments

Comments
 (0)