Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Driver/Driver.cpp | ||
---|---|---|
1618 ↗ | (On Diff #10413) | I wonder if we could find a better name for this variable. Maybe something like "NameArg"? |
1620 ↗ | (On Diff #10413) | This could be simplified as: if (Arg *A = C.getLastArg(options::OPT__SLASH_Fi) Val = A->getValue(); |
test/Driver/cl-options.c | ||
33 ↗ | (On Diff #10413) | Flags that affect output filenames are tested in cl-outputs.c. |