[all-commits] [llvm/llvm-project] 3a016e: [globalisel][unittests] Rename setUp() to avoid po...
Daniel Sanders via All-commits
all-commits at lists.llvm.org
Thu Apr 1 16:42:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a016e31ecef7eeb876b540c928a25a7c5d2e07a
https://github.com/llvm/llvm-project/commit/3a016e31ecef7eeb876b540c928a25a7c5d2e07a
Author: Daniel Sanders <daniel_l_sanders at apple.com>
Date: 2021-04-01 (Thu, 01 Apr 2021)
Changed paths:
M llvm/unittests/CodeGen/GlobalISel/CSETest.cpp
M llvm/unittests/CodeGen/GlobalISel/ConstantFoldingTest.cpp
M llvm/unittests/CodeGen/GlobalISel/GISelMITest.h
M llvm/unittests/CodeGen/GlobalISel/KnownBitsTest.cpp
M llvm/unittests/CodeGen/GlobalISel/KnownBitsVectorTest.cpp
M llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp
M llvm/unittests/CodeGen/GlobalISel/LegalizerTest.cpp
M llvm/unittests/CodeGen/GlobalISel/MachineIRBuilderTest.cpp
M llvm/unittests/CodeGen/GlobalISel/PatternMatchTest.cpp
Log Message:
-----------
[globalisel][unittests] Rename setUp() to avoid potential mix up with SetUp() from gtest
Also, make it structurally required so it can't be forgotten and re-introduce
the bug that led to the rotten green tests.
Differential Revision: https://reviews.llvm.org/D99692
More information about the All-commits
mailing list