Skip to content

Commit dd825c6

Browse files
corrections to subproject (#43)
1 parent c6f8d8e commit dd825c6

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

data/events.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ events:
214214
location: "Paris, France"
215215
url: "/devmtg/2013-04/"
216216
event_site: "https://llvm.org/devmtg/2013-04/"
217-
217+
218218
- name: "LLVM Developers' Meeting"
219219
id: "2012-11"
220220
start_date: "2012-11-07"

data/subprojects.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ subprojects:
1414
The LLDB project builds on libraries provided by LLVM and Clang to provide a great native debugger. It uses the Clang ASTs and expression parser, LLVM JIT, LLVM disassembler, etc so that it provides an experience that 'just works'. It is also blazing fast and much more memory efficient than GDB at loading symbols.
1515
url: "https://lldb.llvm.org/"
1616

17-
- name: "libc++"
17+
- name: "libc++ and libc++ ABI"
1818
description: |
1919
The libc++ and libc++ ABI projects provide a standard conformant and high-performance implementation of the C++ Standard Library, including full support for C++11 and C++14.
2020
url: "https://libcxx.llvm.org/"
21+
22+
- name: "libc"
23+
description: |
24+
The libc project provides a high-performance, standards-conformant implementation of the C Standard Library, fully integrated with LLVM. It delivers optimized performance and comprehensive support for modern C standards, ensuring a reliable and efficient foundation for C applications.
25+
url: "https://libc.llvm.org/"
2126

2227
- name: "compiler-rt"
2328
description: |
@@ -44,6 +49,11 @@ subprojects:
4449
The libclc project aims to implement the OpenCL standard library.
4550
url: "https://libclc.llvm.org/"
4651

52+
- name: "klee"
53+
description: |
54+
The klee project implements a "symbolic virtual machine" which uses a theorem prover to try to evaluate all dynamic paths through a program in an effort to find bugs and to prove properties of functions. A major feature of klee is that it can produce a testcase in the event that it detects a bug.
55+
url: "https://klee.llvm.org/"
56+
4757
- name: "LLD"
4858
description: |
4959
The LLD project is a new linker that is a drop-in replacement for system linkers and runs much faster.

0 commit comments

Comments
 (0)