Make it more similar to FreeBSD one to reduce differences.
In preparations for later submissions.
While there, add more handling of flags (including OpenMP https://reviews.llvm.org/D35129).
Paths
| Differential D35169
Refactor DragonFly BSD toolchain driver. Needs ReviewPublic Authored by rimvydas on Jul 8 2017, 5:55 AM.
Details
Summary Make it more similar to FreeBSD one to reduce differences. While there, add more handling of flags (including OpenMP https://reviews.llvm.org/D35129).
Diff Detail Event Timelinemgorny added inline comments.
Revision Contents
Diff 105740 lib/Driver/ToolChains/DragonFly.h
lib/Driver/ToolChains/DragonFly.cpp
|
Can't crt1 be non-null only if !Args.hasArg(options::OPT_shared here? i.e. is there a reason to do it like this instead of just pushing it inside the above if?