Details
Details
- Reviewers
- michaelrj - sivachandra - lntue 
- Commits
- rGd07c54c2a5d6: [libc] Templatize ato* tests
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| libc/test/src/stdlib/CMakeLists.txt | ||
|---|---|---|
| 25 | I think a more appropriate way would be to add a header library and list it under DEPENDS of these test targets. Same for the Bazel build - the header library can be listed as a cc_library with only hdrs. | |
I think a more appropriate way would be to add a header library and list it under DEPENDS of these test targets. Same for the Bazel build - the header library can be listed as a cc_library with only hdrs.