[PATCH] D64488: [Driver] Support -fsanitize=function on Solaris/x86
Rainer Orth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 30 11:16:34 PDT 2019
ro added a comment.
In D64488#1606716 <https://reviews.llvm.org/D64488#1606716>, @krytarowski wrote:
> Something is broken between reviews. and my mailbox as I am not receiving any e-mails so pinging does not make any effect... no LLVM admin replied to my questions on this to validate whether my mail was blacklisted or similar. I have decided to change server of my mailbox and workaround it.
Maybe this is related to other reviews.llvm.org issues during the weekend where you couldn't update reviews with strange table full
errors?
================
Comment at: test/Driver/fsanitize.c:721
+// RUN: %clang -target x86_64--solaris -fsanitize=function %s -### 2>&1 | FileCheck %s -check-prefix=FUNCTION-SOLARIS
+// RUN: %clang -target x86_64--solaris -fsanitize=function %s -### 2>&1 | FileCheck %s -check-prefix=FUNCTION-SOLARIS
+// FUNCTION-SOLARIS: "-fsanitize=function"
----------------
krytarowski wrote:
> Is twice x86_64 expected?
No, one of those should be i386. Will fix.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64488/new/
https://reviews.llvm.org/D64488
More information about the cfe-commits
mailing list