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

Sam Elliott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 13 05:41:02 PST 2021


lenary accepted this revision.
lenary added a comment.
This revision is now accepted and ready to land.

I did a quick look for what had caused this, and it seems it's related to the switch to the new pass manager, and a commit that was marked NFC and wasn't. I've asked the relevant part of the commit to be reverted.

I'd be happy to land this in the short term, as long as it is reverted when the relevant bug is fixed. Can you just clarify the comment as suggested before you land it?



================
Comment at: SingleSource/Regression/C/gcc-c-torture/execute/CMakeLists.txt:143
 
+  # Clang at O0 does enable -finstrument-functions with -O0
+  # (https://bugs.llvm.org/show_bug.cgi?id=49143)
----------------



Repository:
  rT test-suite

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

https://reviews.llvm.org/D96521



More information about the llvm-commits mailing list