Changeset 3ad40e2
- Timestamp:
- Aug 17, 2018, 1:59:13 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 94c9b810
- Parents:
- 4b82db3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r4b82db3 r3ad40e2 157 157 158 158 BuildSettings(java.util.Collections$UnmodifiableMap param, java.util.TreeMap scmVars) { 159 this.Compiler = compiler_from_params( param.Compiler )160 this.Architecture = architecture_from_params( param.Architecture )159 this.Compiler = BuildSettings.compiler_from_params( param.Compiler ) 160 this.Architecture = BuildSettings.architecture_from_params( param.Architecture ) 161 161 this.RunAllTests = param.RunAllTests 162 162 this.RunBenchmark = param.RunBenchmark
Note: See TracChangeset
for help on using the changeset viewer.