strdup was being included even if malloc wasn't and that was causing
a build failure.
Details
Details
- Reviewers
- None
- Commits
- rG98305180828b: [libc][obvious] fix strdup being listed twice
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
|  Differential  D112641  
[libc][obvious] fix strdup being listed twice Authored by michaelrj on Oct 27 2021, 11:12 AM. 
Details 
 strdup was being included even if malloc wasn't and that was causing 
Diff Detail 
 |