summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_common_interceptors_vfork_arm.inc.S
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2019-10-07 23:11:07 +0000
committerVitaly Buka <vitalybuka@google.com>2019-10-07 23:11:07 +0000
commit8ea8db5364fa341ce6dc7538be9311a725321848 (patch)
tree595cb8f6ddc0146af4a5958558c3c2a73e7210cf /lib/sanitizer_common/sanitizer_common_interceptors_vfork_arm.inc.S
parent634be25039e35525c078b512e6a8f98678198f80 (diff)
downloadcompiler-rt-8ea8db5364fa341ce6dc7538be9311a725321848.tar.gz
[tsan, go] fix Go windows build
Summary: Don't use weak exports when building tsan into a shared library for Go. gcc can't handle the pragmas used to make the weak references. Include files that have been added since the last update to build.bat. (We should really find a better way to list all the files needed.) Add windows version defines (WINVER and _WIN32_WINNT) to get AcquireSRWLockExclusive and ReleaseSRWLockExclusive defined. Define GetProcessMemoryInfo to use the kernel32 version. This is kind of a hack, the windows header files should do this translation for us. I think we're not in the right family partition (we're using Desktop, but that translation only happens for App and System partitions???), but hacking the family partition seems equally gross and I have no idea what the consequences of that might be. Patch by Keith Randall. Reviewers: dvyukov, vitalybuka Reviewed By: vitalybuka Subscribers: jfb, delcypher, #sanitizers, llvm-commits Tags: #llvm, #sanitizers Differential Revision: https://reviews.llvm.org/D68599 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@373984 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/sanitizer_common_interceptors_vfork_arm.inc.S')
0 files changed, 0 insertions, 0 deletions