Skip to content

Commit 2da9aae

Browse files
committed
Release iwyu-22 #2
https://github.com/yandex/toolchain-registry/releases/tag/iwyu-22-v2 commit_hash:5588cbf0b594729692e9c7d948cfff67f4451d0b
1 parent c0b369f commit 2da9aae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/conf/linkers/ld.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ REAL_LINK_EXE_IWYU=\
242242
--output-file $TARGET \
243243
$AUTO_INPUT \
244244
${ext=.iwyujson:SRCS_GLOBAL} \
245+
$_LD_ENV_STYLE
245246

246247
# Executable Shared Library
247248

build/ymake.core.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ when($IWYU == "yes") {
214214
}
215215
DEFAULT_IWYU_MAPPING_FILE=build/config/tests/iwyu/mapping_file.imp
216216

217-
IWYU_BIN=${IWYU_RESOURCE_GLOBAL}/iwyu_resource/bin/include_what_you_use
217+
IWYU_BIN=${IWYU_RESOURCE_GLOBAL}/bin/include-what-you-use
218218

219219
when ($TIDY_ENABLED == "yes") {
220220
when ($TIDY_EXPORT_FIXES=="") {

0 commit comments

Comments
 (0)