| 104 | } |
| 105 | |
| 106 | Status CreateFromFile(const string& filename, scoped_ptr<LlvmCodeGen>* codegen) { |
| 107 | RETURN_IF_ERROR(LlvmCodeGen::CreateFromFile(fragment_state_, |
| 108 | fragment_state_->obj_pool(), NULL, filename, "test", codegen)); |
| 109 | return (*codegen)->MaterializeModule(); |
| 110 | } |
| 111 | |
| 112 | virtual void SetUp() { |
| 113 | TQueryOptions query_options; |
nothing calls this directly
no test coverage detected