This is a follow up to D37644, this block was missed in that change.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/runtimes/CMakeLists.txt | ||
---|---|---|
392 ↗ | (On Diff #186386) | Super nit: the other block seems to have the install target line after the regular target line, so it'd be nice to be consistent. |
394 ↗ | (On Diff #186386) | I'm confused. Should this be something like the following instead? list(APPEND ${name}_extra_targets install-${component}-${name} ${component}-${name}) |
llvm/runtimes/CMakeLists.txt | ||
---|---|---|
394 ↗ | (On Diff #186386) | Yes, this is a copy-pasta error. |
Comment Actions
LGTM
llvm/runtimes/CMakeLists.txt | ||
---|---|---|
394 ↗ | (On Diff #186747) | Super nit part 2: switch the append order around to match the set command order? |