[all-commits] [llvm/llvm-project] 7e6a15: [LTO] Add test for dllimport visibility fix
Matthew Voss via All-commits
all-commits at lists.llvm.org
Wed May 3 11:20:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e6a15892a16b95ead395956a910d020772fdd16
https://github.com/llvm/llvm-project/commit/7e6a15892a16b95ead395956a910d020772fdd16
Author: Matthew Voss <matthew.voss at sony.com>
Date: 2023-05-03 (Wed, 03 May 2023)
Changed paths:
A llvm/test/LTO/Resolution/X86/protected-def-dllimport.ll
Log Message:
-----------
[LTO] Add test for dllimport visibility fix
Internal testing showed that the change made in commit 62fcfc5a needed
more test coverage. Specifically, the imported function shouldn't be
externally visibile and the whole test needed to be run in regular LTO
mode.
Differential Revision: https://reviews.llvm.org/D148950
More information about the All-commits
mailing list