Clang at O0 does enable -finstrument-functions with -O0 [1], so the
test fail with some configurations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rT test-suite
Event Timeline
Comment Actions
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?
SingleSource/Regression/C/gcc-c-torture/execute/CMakeLists.txt | ||
---|---|---|
143 |
SingleSource/Regression/C/gcc-c-torture/execute/CMakeLists.txt | ||
---|---|---|
143 | Ack. I will fix it. |