[CMake] Fix a typo in the variable used to retrieve source file names for the RTHwasan_dynamic target.
Details
Details
- Reviewers
eugenis kubamracek george.karpenkov - Commits
- rG0de57a676cfc: [CMake] Fix a typo in the variable used to retrieve source file names for the…
rCRT336944: [CMake] Fix a typo in the variable used to retrieve source file names
rL336944: [CMake] Fix a typo in the variable used to retrieve source file names
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
@eugenis Could you test this? HWAsan doesn't build on macOS right now so I can't test it. I spotted this typo when doing a recent change so I though I'd send a patch your way.
Comment Actions
Thanks, this is correct, this change adds operators new and delete to the library. Does not affect any of the existing tests: hwasan does not have new/malloc/free/delete mismatch checking yet.
LGTM.