Changeset 04e6f93 for driver/cfa.cc
- Timestamp:
- Feb 27, 2020, 4:04:25 PM (6 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:
- a037f85
- Parents:
- 41efd33 (diff), 930b504 (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
r41efd33 r04e6f93 411 411 args[nargs++] = "-lcfathread"; 412 412 args[nargs++] = "-Wl,--pop-state"; 413 args[nargs++] = "-Wl,--push-state,--no-as-needed"; 413 414 args[nargs++] = "-lcfa"; 415 args[nargs++] = "-Wl,--pop-state"; 414 416 args[nargs++] = "-pthread"; 415 417 args[nargs++] = "-ldl";
Note:
See TracChangeset
for help on using the changeset viewer.