[PATCH] D64488: [Driver] Support -fsanitize=function on Solaris/x86
Kamil Rytarowski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 30 11:08:22 PDT 2019
krytarowski added a comment.
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.
================
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"
----------------
Is twice x86_64 expected?
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