| commit | 1297bf2974eea11f25ff4375253ad44e37987a7c | [log] [tgz] |
|---|---|---|
| author | Tim Creech <timothy.m.creech@intel.com> | Fri Oct 24 10:28:15 2025 -0700 |
| committer | GitHub <noreply@github.com> | Fri Oct 24 13:28:15 2025 -0400 |
| tree | 583c209abda806883edf156454f42cfd6774cf56 | |
| parent | 8c4d6617d173f6ddde1f6c2866ff2cf19f165d78 [diff] |
[llvm-profdata] Reintroduce use of InitLLVM (#164736) Before llvm-profdata participated in llvm-driver it directly called InitLLVM, which takes care of wildcard argument expansion for tools on Windows. When llvm-driver support was added to llvm-profdata this InitLLVM call was effectively moved into the common llvm-driver wrapper mechanism. More recently, in #162191, llvm-driver support was temporarily backed out of llvm-profdata due to an issue with `cl::opt` handling. This change reintroduces the direct call to InitLLVM in order to restore wildcard expansion and also adds a test for the wildcard expansion on Windows.
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.