Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
There are other targets also which can be simplified. But, I am seeking feedback on the pattern I have followed in the signal directory as @abrachet setup the targets in this directory. If it looks good, I can extend it to other places as well.
LG
libc/test/src/signal/CMakeLists.txt | ||
---|---|---|
20–24 | Nit: we could put raise above sigaction like we do everywhere else. Not for this patch, but It would be nice if all of our dependencies were alphabetical. I've not done a good job of that. I will look into if there is a programmatic way to have them ordered nicely. | |
35 | Probably I should remove the line https://github.com/llvm/llvm-project/blob/master/libc/test/src/signal/sigprocmask_test.cpp#L36 and remove this too. But maybe not appropriate for this patch. | |
63 |
Nit: we could put raise above sigaction like we do everywhere else.
Not for this patch, but It would be nice if all of our dependencies were alphabetical. I've not done a good job of that. I will look into if there is a programmatic way to have them ordered nicely.