[all-commits] [llvm/llvm-project] 33757c: [LTO] Fix the issue of resetting the triple to def...
Feng Zou via All-commits
all-commits at lists.llvm.org
Wed Sep 10 19:43:46 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33757cdda84e0effe93f05e526c52653f8517828
https://github.com/llvm/llvm-project/commit/33757cdda84e0effe93f05e526c52653f8517828
Author: Feng Zou <feng.zou at intel.com>
Date: 2025-09-11 (Thu, 11 Sep 2025)
Changed paths:
M llvm/lib/LTO/LTOCodeGenerator.cpp
A llvm/test/LTO/empty-triple.ll
Log Message:
-----------
[LTO] Fix the issue of resetting the triple to default when it's empty (#157829)
The empty triple is passed to lookupTarget function and it's not set to
default one. This issue is exposed after changes in
https://github.com/llvm/llvm-project/pull/157591.
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