Skip to content
Snippets Groups Projects
Commit d9def9e7 authored by Alexey Samsonov's avatar Alexey Samsonov
Browse files

[LSan] Add support for building standalone LSan runtime to Make build (clang part)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188805 91177308-0d34-0410-b5e6-96231b3b80d8
parent 020b1e28
No related branches found
No related tags found
No related merge requests found
...@@ -110,7 +110,7 @@ ifeq ($(ARCH),x86_64) ...@@ -110,7 +110,7 @@ ifeq ($(ARCH),x86_64)
RuntimeLibrary.linux.Configs += \ RuntimeLibrary.linux.Configs += \
full-x86_64.a profile-x86_64.a san-x86_64.a asan-x86_64.a \ full-x86_64.a profile-x86_64.a san-x86_64.a asan-x86_64.a \
tsan-x86_64.a msan-x86_64.a ubsan-x86_64.a ubsan_cxx-x86_64.a \ tsan-x86_64.a msan-x86_64.a ubsan-x86_64.a ubsan_cxx-x86_64.a \
dfsan-x86_64.a dfsan-x86_64.a lsan-x86_64.a
# We need to build 32-bit ASan/UBsan libraries on 64-bit platform, and add them # We need to build 32-bit ASan/UBsan libraries on 64-bit platform, and add them
# to the list of runtime libraries to make # to the list of runtime libraries to make
# "clang -fsanitize=(address|undefined) -m32" work. # "clang -fsanitize=(address|undefined) -m32" work.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment