[all-commits] [llvm/llvm-project] 1fb99d: [lli] Reference global @C in global-variable-align...
lhames via All-commits
all-commits at lists.llvm.org
Tue May 16 16:14:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1fb99dedd711c343f01a959f1a843cc92a3002b0
https://github.com/llvm/llvm-project/commit/1fb99dedd711c343f01a959f1a843cc92a3002b0
Author: Lang Hames <lhames at gmail.com>
Date: 2023-05-16 (Tue, 16 May 2023)
Changed paths:
M llvm/test/ExecutionEngine/Orc/global-variable-alignment.ll
Log Message:
-----------
[lli] Reference global @C in global-variable-alignment testcase.
We want to reference both byte-sized globals (@A and @C) to prevent them from
being dead-stripped.
More information about the All-commits
mailing list