OSDN Git Service

Fix optimizing compiler not building for svelte
authorWojciech Staszkiewicz <staszkiewicz@google.com>
Thu, 18 Aug 2016 02:15:51 +0000 (19:15 -0700)
committerWojciech Staszkiewicz <staszkiewicz@google.com>
Thu, 18 Aug 2016 02:50:05 +0000 (02:50 +0000)
commite28c7d022b73cff58d0a9bcbaa5cfdc0950fe003
tree479dbf47819e5b0ae5a6aabcceafe4e08e90d90c
parentc6efcaa17319e9f81def246c277fec523f5b85e0
Fix optimizing compiler not building for svelte

Fixes compiler not building when some of the codegen paths
are disabled.

Test: mmma -j art ART_TARGET_CODEGEN_ARCHS=svelte
m -j32 test-art-host

BUG=30928847

Change-Id: I52c78e8a4e507f74b1f2a39352970079721b737e
compiler/optimizing/optimizing_compiler.cc