Move default inline flag to JVM back-end
- other back-ends are likely to have its own value of this flag - get rid of DEFAULT_INLINE_FLAG_FOR_TEST - the main goal was to simplify the default GenerationState constructor, which now always uses default inline flag value
This commit is contained in:
@@ -7,7 +7,7 @@ ERR:
|
||||
|
||||
BUILD FAILED
|
||||
[TestData]/build.xml:5: org.jetbrains.jet.cli.jvm.compiler.CompileEnvironmentException: Wrong value for inline option: 'wrong'. Should be 'on'/'off' or 'true'/'false'
|
||||
at org.jetbrains.jet.buildtools.ant.BytecodeCompilerTask.execute(BytecodeCompilerTask.java:146)
|
||||
at org.jetbrains.jet.buildtools.ant.BytecodeCompilerTask.execute(BytecodeCompilerTask.java:147)
|
||||
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
|
||||
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
|
||||
|
||||
Reference in New Issue
Block a user