[all-commits] [llvm/llvm-project] ed5115: [ModuleUtils] NFC: Add unit tests for appendToUsed...
Reshabh Sharma via All-commits
all-commits at lists.llvm.org
Mon May 3 23:39:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed51156084dd84aa10d78eac14a66b36663069bc
https://github.com/llvm/llvm-project/commit/ed51156084dd84aa10d78eac14a66b36663069bc
Author: Reshabh Sharma <Reshabhkumar.Sharma at amd.com>
Date: 2021-05-04 (Tue, 04 May 2021)
Changed paths:
M llvm/unittests/Transforms/Utils/CMakeLists.txt
A llvm/unittests/Transforms/Utils/ModuleUtilsTest.cpp
Log Message:
-----------
[ModuleUtils] NFC: Add unit tests for appendToUsedList
This patch adds initial unit tests for appendToUsedList
in the ModuleUtils. It specifically tests changes from
https://reviews.llvm.org/D101363 which intent to allow
insertion of globals in non-zero address spaces into the
llvm used lists.
Reviewed by: dblaikie
Differential Revision: https://reviews.llvm.org/D101746
More information about the All-commits
mailing list