tag | f34bba6980332ba9447397fc8bd8a0951b224747 | |
---|---|---|
tagger | Tobias Hieta <tobias@hieta.se> | Tue Jan 14 13:36:38 2025 |
object | cd708029e0b2869e80abe31ddb175f7c35361f90 |
LLVM Release 19.1.7
commit | cd708029e0b2869e80abe31ddb175f7c35361f90 | [log] [tgz] |
---|---|---|
author | Bill Hoffman <bill.hoffman@kitware.com> | Mon Jan 13 02:20:20 2025 |
committer | Tobias Hieta <tobias@hieta.se> | Tue Jan 14 09:41:02 2025 |
tree | 59c674c18e0bb2fe82680dc1a1c397657c0050b2 | |
parent | 37aaa06c44451233c1bae40c71738032f9b16bdc [diff] |
Fix print module manifest file for macos (#122370) This commit fixes -print-library-module-manifest-path on macos. Currently, this only works on linux systems. This is because on macos systems the library and header files are installed in a different location. The module manifest is next to the libraries and the search function was not looking in both places. There is also a test included. (cherry picked from commit acbd822879f7727127926c25e1b47f5017f962c5)
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.