The -dag option informs llvm-extract to keep all global values that were
explicitly listed and that are reachable from those listed. This is useful for
extracting sub-graphs of a program.
Details
Details
- Reviewers
chandlerc
Diff Detail
Diff Detail
Event Timeline
Comment Actions
The name "dag" doesn't make sense to me here. We should be calling it something like "globals". All of the extract stuff works by extracting the entire sub-graph needed.