Test the basic function of using the codegen cache.
| 470 | |
| 471 | // Test the basic function of using the codegen cache. |
| 472 | TEST_F(LlvmCodeGenCacheTest, BasicFunction) { |
| 473 | for (auto mode : all_modes) { |
| 474 | Reset(); |
| 475 | TestBasicFunction(mode); |
| 476 | } |
| 477 | } |
| 478 | |
| 479 | // Test when the codegen cache is at capacity. |
| 480 | TEST_F(LlvmCodeGenCacheTest, EvictionAtCapacity) { |