[PATCH] D96521: [test-suite] Remove GCC-C-execute-eeprof-1

Adhemerval Zanella via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 15 04:26:29 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rTbcda8fc240c5: [test-suite] Remove GCC-C-execute-eeprof-1 (authored by zatrazz).

Changed prior to commit:
  https://reviews.llvm.org/D96521?vs=323045&id=323714#toc

Repository:
  rT test-suite

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96521/new/

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 not enable -finstrument-functions
+  # (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.323714.patch
Type: text/x-patch
Size: 506 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210215/a07888a8/attachment.bin>


More information about the llvm-commits mailing list