[all-commits] [llvm/llvm-project] b2dd4f: [NFC]Update a ThinLTO test case (#117584)
Mingming Liu via All-commits
all-commits at lists.llvm.org
Mon Dec 2 16:16:54 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b2dd4fabacd72d650a15116f361b1aa0020e2368
https://github.com/llvm/llvm-project/commit/b2dd4fabacd72d650a15116f361b1aa0020e2368
Author: Mingming Liu <mingmingl at google.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M llvm/test/ThinLTO/X86/distributed_indexes.ll
Log Message:
-----------
[NFC]Update a ThinLTO test case (#117584)
Run `function-import` pass in a similar way that it runs in a ThinLTO
distributed backend compile and checks that function alias is imported
as a definition. More accurately, the function alias
[is](https://github.com/llvm/llvm-project/blob/0c98776159cea0d1f391a8e1ac290483d4490240/llvm/lib/Transforms/IPO/FunctionImport.cpp#L1912)
a
[clone](https://github.com/llvm/llvm-project/blob/0c98776159cea0d1f391a8e1ac290483d4490240/llvm/lib/Transforms/IPO/FunctionImport.cpp#L1782)
of the aliasee function.
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