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–394 | 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 | 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 | Yes, this is a copy-pasta error. |
Comment Actions
LGTM
llvm/runtimes/CMakeLists.txt | ||
---|---|---|
394 | Super nit part 2: switch the append order around to match the set command order? |
I'm confused. Should this be something like the following instead?