- Timestamp:
- Dec 8, 2021, 7:57:00 AM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 33608cb
- Parents:
- 58e0d3c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
driver/as.cc
r58e0d3c ra499702 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // as.c -- map assembler file, scan for debug information . If found, expand file by one character and insert Cforall8 // language code on the N line from the start of the debug information.7 // as.c -- map assembler file, scan for debug information, then language code, and skip N lines forward to code. If 8 // code is C dialect, possibly expand file by one character, and replace with Cforall language code. 9 9 // 10 10 // Author : Peter A. Buhr 11 11 // Created On : Wed Aug 1 10:49:42 2018 12 12 // Last Modified By : Peter A. Buhr 13 // Last Modified On : Wed Dec 8 07: 34:12 202114 // Update Count : 13 513 // Last Modified On : Wed Dec 8 07:56:12 2021 14 // Update Count : 136 15 15 // 16 16
Note: See TracChangeset
for help on using the changeset viewer.