- Timestamp:
- Dec 6, 2019, 3:15:35 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:
- e307e12
- Parents:
- 924c5ce (diff), dab98b3e (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
-
driver/cfa.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
driver/cfa.cc
r924c5ce re1990f1 401 401 args[nargs++] = "-Xlinker"; 402 402 args[nargs++] = "--undefined=__cfaabi_appready_startup"; 403 args[nargs++] = "-z"; 404 args[nargs++] = "execstack"; 403 405 404 406 // include the cfa library in case it is needed … … 409 411 args[nargs++] = "-Wl,--pop-state"; 410 412 args[nargs++] = "-lcfa"; 411 args[nargs++] = "- lpthread";413 args[nargs++] = "-pthread"; 412 414 args[nargs++] = "-ldl"; 413 415 args[nargs++] = "-lrt";
Note:
See TracChangeset
for help on using the changeset viewer.