[PATCH] D96521: [test-suite] Remove GCC-C-execute-eeprof-1
Adhemerval Zanella via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 11 09:19:43 PST 2021
zatrazz created this revision.
zatrazz added reviewers: kristof.beyls, ostannard, lenary.
Herald added a subscriber: mgorny.
zatrazz requested review of this revision.
Clang at O0 does enable -finstrument-functions with -O0 [1], so the
test fail with some configurations.
[1] https://bugs.llvm.org/show_bug.cgi?id=49143
Repository:
rT test-suite
https://reviews.llvm.org/D96521
Files:
SingleSource/Regression/C/gcc-c-torture/execute/CMakeLists.txt
Index: SingleSource/Regression/C/gcc-c-torture/execute/CMakeLists.txt
===================================================================
--- SingleSource/Regression/C/gcc-c-torture/execute/CMakeLists.txt
+++ SingleSource/Regression/C/gcc-c-torture/execute/CMakeLists.txt
@@ -140,6 +140,9 @@
vfprintf-chk-1.c
vprintf-chk-1.c
+ # Clang at O0 does enable -finstrument-functions with -O0
+ # (https://bugs.llvm.org/show_bug.cgi?id=49143)
+ eeprof-1.c
)
list(APPEND TestsToSkip ${UnsupportedTests})
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96521.323045.patch
Type: text/x-patch
Size: 510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210211/d55dfa7b/attachment.bin>
More information about the llvm-commits
mailing list