Changeset 85799aa
- Timestamp:
- Dec 4, 2020, 12:02:21 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 3534f6a
- Parents:
- fe3d9ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rfe3d9ab r85799aa 422 422 final ast = this.NewAST ? "New AST" : "Old AST" 423 423 this.DescLong = """Compiler : ${ this.Compiler.name } (${ this.Compiler.CXX }/${ this.Compiler.CC }) 424 AST Version : ${ this.RunAllTests.toString() }424 AST Version : ${ ast.toString() } 425 425 Architecture : ${ this.Architecture.name } 426 426 Arc Flags : ${ this.Architecture.flags }
Note: See TracChangeset
for help on using the changeset viewer.