Changeset d3b7937 for src/driver/cfa.cc
- Timestamp:
- Jan 29, 2016, 4:36:39 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- ae8b942
- Parents:
- f3fc8cbe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/driver/cfa.cc
rf3fc8cbe rd3b7937 10 10 // Created On : Tue Aug 20 13:44:49 2002 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Aug 17 15:24:30 201513 // Update Count : 12 612 // Last Modified On : Thu Jan 28 18:24:06 2016 13 // Update Count : 127 14 14 // 15 15 … … 312 312 args[nargs] = ( *new string( string("-B") + Bprefix + "/" ) ).c_str(); 313 313 nargs += 1; 314 args[nargs] = "-lm"; 315 nargs += 1; 314 316 } else { 315 317 cerr << argv[0] << " error, compiler " << compiler_name << " not supported." << endl;
Note: See TracChangeset
for help on using the changeset viewer.