Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af3c7ba

Browse files
corrections-to-index.md-and-events.yml (#29)
1 parent 2437dda commit af3c7ba

File tree

2 files changed

+36
-18
lines changed

2 files changed

+36
-18
lines changed

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ static and dynamic compilation of arbitrary programming languages. Since then,
1212
LLVM has grown to be an umbrella project consisting of a number of subprojects,
1313
many of which are being used in production by a wide variety of commercial and
1414
open source projects as well as being widely used in academic research. Code in
15-
the LLVM project is licensed under the "Apache 2.0 License with LLVM exceptions.
15+
the LLVM project is licensed under the "Apache 2.0 License with LLVM exceptions".
1616

1717
{{<subprojects>}}
1818

data/events.yml

Lines changed: 35 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
events:
2-
- name: "2025 AsiaLLVM Developers' Meeting"
3-
id: "2025-06"
4-
start_date: "2025-06-10"
5-
end_date: "2025-06-10"
6-
description: "2025 AsiaLLVM Developers' Meeting"
7-
location: "The Westin Hotel, Tokyo, Japan"
8-
url: "/devmtg/2025-06/"
9-
event_site: "https://llvm.org/devmtg/2025-06/"
10-
112
- name: "LLVM Dev Mtg"
123
id: "2024-10"
134
start_date: "2024-10-22"
@@ -107,6 +98,15 @@ events:
10798
url: "/devmtg/2018-10/"
10899
event_site: "https://llvm.org/devmtg/2018-10/#register"
109100

101+
- name: "2018 European LLVM Developers Meeting"
102+
id: "2018-04"
103+
start_date: "2018-04-16"
104+
end_date: "2018-04-17"
105+
description: "2018 European LLVM Developers Meeting"
106+
location: "Bristol Marriott Hotel City Centre, Bristol, UK"
107+
url: "/devmtg/2018-04/"
108+
event_site: "https://llvm.org/devmtg/2018-04/"
109+
110110
- name: "2016 EuroLLVM Developers' Meeting"
111111
id: "2016-03"
112112
start_date: "2016-03-17"
@@ -116,14 +116,32 @@ events:
116116
url: "/devmtg/2016-03/"
117117
event_site: "https://llvm.org/devmtg/2016-03/#schedule"
118118

119-
- name: "2018 European LLVM Developers Meeting"
120-
id: "2018-04"
121-
start_date: "2018-04-16"
122-
end_date: "2018-04-17"
123-
description: "2018 European LLVM Developers Meeting"
124-
location: "Bristol Marriott Hotel City Centre, Bristol, UK"
125-
url: "/devmtg/2018-04/"
126-
event_site: "https://llvm.org/devmtg/2018-04/"
119+
- name: "LLVM Developers' Meeting"
120+
id: "2012-11"
121+
start_date: "2012-11-07"
122+
end_date: "2012-11-08"
123+
description: "2012 LLVM Developers' Meeting"
124+
location: "Fairmont, 170 South Market Street, San Jose, CA"
125+
url: "/devmtg/2012-11/"
126+
event_site: "https://llvm.org/devmtg/2012-11/"
127+
128+
- name: "European Conference"
129+
id: "2012-04"
130+
start_date: "2012-04-12"
131+
end_date: "2012-04-12"
132+
description: "2012 European Conference"
133+
location: "Hotel Russell, 1-8 Russell Square, Bloomsbury, London, WC1B 5BE, UK"
134+
url: "/devmtg/2012-04/"
135+
event_site: "https://llvm.org/devmtg/2012-04/"
136+
137+
- name: "LLVM Developers' Meeting"
138+
id: "2011-11"
139+
start_date: "2011-11-18"
140+
end_date: "2011-11-18"
141+
description: "2011 LLVM Developers' Meeting"
142+
location: "San Jose Marriott, 301 South Market Street, San Jose, CA"
143+
url: "/devmtg/2011-11/"
144+
event_site: "https://llvm.org/devmtg/2011-11/"
127145

128146
- name: "European Conference"
129147
id: "2012-04"

0 commit comments

Comments
 (0)