mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 14:32:24 +00:00
Fix Flutter profile_unopt and release_unopt builds
Fixes #27862. R=johnmccutchan@google.com Review URL: https://codereview.chromium.org/2516033002 .
This commit is contained in:
parent
c4bcfb5a02
commit
5399d8acf6
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
#ifndef DART_PRECOMPILED_RUNTIME
|
||||
#include "vm/jit_optimizer.h"
|
||||
|
||||
#include "vm/bit_vector.h"
|
||||
|
@ -1864,3 +1864,4 @@ bool JitOptimizer::TryInlineInstanceSetter(InstanceCallInstr* instr,
|
|||
|
||||
|
||||
} // namespace dart
|
||||
#endif // DART_PRECOMPILED_RUNTIME
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
#ifndef PRODUCT
|
||||
#include "vm/source_report.h"
|
||||
|
||||
#include "vm/compiler.h"
|
||||
|
@ -533,3 +533,4 @@ void SourceReport::PrintJSON(JSONStream* js,
|
|||
}
|
||||
|
||||
} // namespace dart
|
||||
#endif // PRODUCT
|
||||
|
|
Loading…
Reference in a new issue