Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
unittests/Utility/ModuleCacheTest.cpp | ||
---|---|---|
74 ↗ | (On Diff #58244) | If it's one-off initialization can we use setUpTestCase for these purposes (for HostInfo::Initialize and ObjectFileELF::Initialize)? |
unittests/Utility/ModuleCacheTest.cpp | ||
---|---|---|
74 ↗ | (On Diff #58244) | Good point. I have moved this to the static method (including the variable initialization below, as they are not modified). I have also added the corresponding tearDown method. |