Changeset 1d60da8 for driver/cfa.cc
- Timestamp:
- Dec 3, 2019, 6:22:44 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 121be3e
- Parents:
- 1f6de372 (diff), 3901457 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
driver/cfa.cc
r1f6de372 r1d60da8 409 409 args[nargs++] = "-Wl,--pop-state"; 410 410 args[nargs++] = "-lcfa"; 411 args[nargs++] = "- lpthread";411 args[nargs++] = "-pthread"; 412 412 args[nargs++] = "-ldl"; 413 413 args[nargs++] = "-lrt";
Note: See TracChangeset
for help on using the changeset viewer.