This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Refactor how assembly files are handled
ClosedPublic

Authored by kubamracek on Nov 16 2017, 11:13 AM.

Details

Summary

This renames ASM_TSAN_SYMBOL and ASM_TSAN_SYMBOL_INTERCEPTOR to just ASM_SYMBOL and ASM_SYMBOL_INTERCEPTOR, because they can be useful in more places than just TSan. Also introduce a CMake function to add ASM sources to a target.

Diff Detail

Event Timeline

kubamracek created this revision.Nov 16 2017, 11:13 AM
This revision is now accepted and ready to land.Nov 16 2017, 11:41 AM
This revision was automatically updated to reflect the committed changes.