| commit | cd834449a6d551cace6afad798ffad318f4ff325 | [log] [tgz] |
|---|---|---|
| author | royitaqi <[email protected]> | Mon Aug 04 15:39:06 2025 |
| committer | GitHub <[email protected]> | Mon Aug 04 15:39:06 2025 |
| tree | d1f2cab3cb787112364905fc99324845ba5cbe57 | |
| parent | 3ee8d047109ea4bb479095f4b153c2120a8d726c [diff] |
[vscode-lldb] Fix format (#151829) Generated by running the formatter: ``` royshi-mac-home ~/public_llvm/llvm-project/lldb/tools/lldb-dap % yarn format yarn run v1.22.22 warning package.json: License should be a valid SPDX license expression warning [email protected]: The engine "vscode" appears to be invalid. $ npx prettier './src-ts/' --write src-ts/debug-adapter-factory.ts 65ms src-ts/debug-configuration-provider.ts 17ms (unchanged) src-ts/debug-session-tracker.ts 11ms (unchanged) src-ts/disposable-context.ts 2ms (unchanged) src-ts/extension.ts 3ms (unchanged) src-ts/lldb-dap-server.ts 7ms src-ts/ui/error-with-notification.ts 4ms (unchanged) src-ts/ui/modules-data-provider.ts 5ms (unchanged) src-ts/ui/show-error-message.ts 6ms (unchanged) src-ts/uri-launch-handler.ts 5ms (unchanged) ✨ Done in 0.99s. ```
Welcome to the LLVM project!
This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments.
The LLVM project has multiple components. The core of the project is itself called “LLVM”. This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer.
C-like languages use the Clang frontend. This component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM.
Other components include: the libc++ C++ standard library, the LLD linker, and more.
Consult the Getting Started with LLVM page for information on building and running LLVM.
For information on how to contribute to the LLVM project, please take a look at the Contributing to LLVM guide.
Join the LLVM Discourse forums, Discord chat, LLVM Office Hours or Regular sync-ups.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.