Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
llvm-epi
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Roger Ferrer
llvm-epi
Commits
d2821f5a
Commit
d2821f5a
authored
11 years ago
by
Evgeniy Stepanov
Browse files
Options
Downloads
Patches
Plain Diff
[asan] Disable assembly on windows.
llvm-svn: 201404
parent
f6cf6ab5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
compiler-rt/lib/asan/CMakeLists.txt
+5
-3
5 additions, 3 deletions
compiler-rt/lib/asan/CMakeLists.txt
with
5 additions
and
3 deletions
compiler-rt/lib/asan/CMakeLists.txt
+
5
−
3
View file @
d2821f5a
...
@@ -50,9 +50,11 @@ endif()
...
@@ -50,9 +50,11 @@ endif()
filter_available_targets
(
ASAN_SUPPORTED_ARCH
filter_available_targets
(
ASAN_SUPPORTED_ARCH
x86_64 i386 powerpc64
)
x86_64 i386 powerpc64
)
set
(
ASAN_ASM_SOURCES asan_asm_instrumentation.S
)
if
(
NOT MSVC
)
set_source_files_properties
(
${
ASAN_ASM_SOURCES
}
PROPERTIES LANGUAGE C
)
set
(
ASAN_ASM_SOURCES asan_asm_instrumentation.S
)
list
(
APPEND ASAN_SOURCES
${
ASAN_ASM_SOURCES
}
)
set_source_files_properties
(
${
ASAN_ASM_SOURCES
}
PROPERTIES LANGUAGE C
)
list
(
APPEND ASAN_SOURCES
${
ASAN_ASM_SOURCES
}
)
endif
()
# Compile ASan sources into an object library.
# Compile ASan sources into an object library.
if
(
APPLE
)
if
(
APPLE
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment