| 536 | } |
| 537 | |
| 538 | void LlvmCodeGen::EnableOptimizations(bool enable) { |
| 539 | optimizations_enabled_ = enable; |
| 540 | } |
| 541 | |
| 542 | void LlvmCodeGen::GetHostCPUAttrs(std::unordered_set<string>* attrs) { |
| 543 | // LLVM's ExecutionEngine expects features to be enabled or disabled with a list |
no outgoing calls