[all-commits] [llvm/llvm-project] 1297bf: [llvm-profdata] Reintroduce use of InitLLVM (#164736)
Tim Creech via All-commits
all-commits at lists.llvm.org
Fri Oct 24 10:28:36 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1297bf2974eea11f25ff4375253ad44e37987a7c
https://github.com/llvm/llvm-project/commit/1297bf2974eea11f25ff4375253ad44e37987a7c
Author: Tim Creech <timothy.m.creech at intel.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
A llvm/test/tools/llvm-profdata/input-wildcard.test
M llvm/tools/llvm-profdata/llvm-profdata.cpp
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list