Fixing buildbot due to style.

llvm-svn: 369711
This commit is contained in:
David Carlier 2019-08-22 21:53:21 +00:00
parent aa97a89d83
commit f2003f4cb8
1 changed files with 4 additions and 2 deletions

View File

@ -2024,7 +2024,8 @@ void CheckASLR() {
}
if (aslr_pie > 0) {
Printf("This sanitizer is not compatible with enabled ASLR and binaries compiled with PIE\n");
Printf("This sanitizer is not compatible with enabled ASLR "
"and binaries compiled with PIE\n");
Die();
}
#endif
@ -2035,7 +2036,8 @@ void CheckASLR() {
}
if (aslr_pie > 0) {
Printf("This sanitizer is not compatible with enabled ASLR and binaries compiled with PIE\n");
Printf("This sanitizer is not compatible with enabled ASLR "
"and binaries compiled with PIE\n");
Die();
}
#else