Skip to content

Commit 97b07c3

Browse files
fmayerAlexisPerry
authored andcommitted
[NFC] fix incorrect #endif comment (llvm#95991)
1 parent abf62ab commit 97b07c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@ uptr ReadBinaryName(/*out*/ char *buf, uptr buf_len) {
11801180
uptr module_name_len = internal_readlink(default_module_name, buf, buf_len);
11811181
int readlink_error;
11821182
bool IsErr = internal_iserror(module_name_len, &readlink_error);
1183-
# endif // SANITIZER_SOLARIS
1183+
# endif
11841184
if (IsErr) {
11851185
// We can't read binary name for some reason, assume it's unknown.
11861186
Report(

0 commit comments

Comments
 (0)