[PATCH] D40143: [sanitizer] Refactor how assembly files are handled
Kuba (Brecka) Mracek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 16 11:13:17 PST 2017
kubamracek created this revision.
kubamracek added a project: Sanitizers.
Herald added subscribers: javed.absar, mgorny.
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.
Repository:
rL LLVM
https://reviews.llvm.org/D40143
Files:
cmake/Modules/AddCompilerRT.cmake
lib/sanitizer_common/sanitizer_asm.h
lib/tsan/CMakeLists.txt
lib/tsan/rtl/tsan_rtl_aarch64.S
lib/tsan/rtl/tsan_rtl_amd64.S
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40143.123220.patch
Type: text/x-patch
Size: 13096 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171116/a74fa77c/attachment.bin>
More information about the llvm-commits
mailing list