| commit | e272c37934a06cd80b9b072afc09afae5fd8c218 | [log] [tgz] |
|---|---|---|
| author | Nico Weber <thakis@chromium.org> | Tue Apr 16 08:31:35 2024 -0400 |
| committer | Nico Weber <thakis@chromium.org> | Tue Apr 16 08:33:25 2024 -0400 |
| tree | f827c6741781f88c13f8894d142a2acf54491000 | |
| parent | b73476c7843f21966acb2fb5cab8515d9ec02905 [diff] |
clang; Try to get windows-seh-async-verify.cpp to pass on mac On macOS, file paths start with /Users/..., which clang-cl interptrets as the /U switch followed by a preprocessor macro name to undefine. Put the filename after `--` to prevent this. For consistency, move %s to the end of the regular `clang` lines (where this isn't needed) as well.
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.