mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-30 23:00:36 +00:00
Fixed comment
llvm-svn: 279718
This commit is contained in:
parent
84f8ed03ef
commit
0f32658a09
@ -170,7 +170,7 @@ if( HAVE_SETJMP_H )
|
||||
check_symbol_exists(siglongjmp setjmp.h HAVE_SIGLONGJMP)
|
||||
check_symbol_exists(sigsetjmp setjmp.h HAVE_SIGSETJMP)
|
||||
endif()
|
||||
// AddressSanitizer conflicts with lib/Support/Unix/Signals.inc
|
||||
# AddressSanitizer conflicts with lib/Support/Unix/Signals.inc
|
||||
if( HAVE_SIGNAL_H AND NOT LLVM_USE_SANITIZER MATCHES ".*Address.*")
|
||||
check_symbol_exists(sigaltstack signal.h HAVE_SIGALTSTACK)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user