Fixed comment

llvm-svn: 279718
This commit is contained in:
Vitaly Buka 2016-08-25 03:44:36 +00:00
parent 84f8ed03ef
commit 0f32658a09

View File

@ -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()