mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-03 19:15:30 +00:00
Fixed comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279718 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
264e76356d
commit
744b8ba724
@ -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…
x
Reference in New Issue
Block a user