Fix darwin interface test after D121464. asan_rtl_x86_64.S is not
available on Darwin.
Details
Details
- Reviewers
kstoimenov delcypher - Commits
- rGe168513aed8f: [ASAN] Fix darwin-interface test
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Not sure about win32 situation as it is also guarded in compiler-rt/lib/asan/CMakeLists.txt:
if (NOT WIN32 AND NOT APPLE) list(APPEND ASAN_SOURCES asan_rtl_x86_64.S asan_interceptors_vfork.S ) endif()