This is an archive of the discontinued LLVM Phabricator instance.

New ImageProcessing tests were failing becuase c++ flags are used in c flags.
ClosedPublic

Authored by santosh on Aug 7 2018, 3:23 AM.

Details

Summary

clang was invoked on .c files. CPPFLAGS were used in clang which has -std=c++11, a c++ flag,, which is not supported.

Event Timeline

santosh created this revision.Aug 7 2018, 3:23 AM
santosh edited the summary of this revision. (Show Details)Aug 7 2018, 4:59 AM
santosh retitled this revision from New ImageProcessing tests were failing becuase c++11 flag is used in compiler. to New ImageProcessing tests were failing becuase c++ flags are used in c flags..
santosh updated this revision to Diff 159487.Aug 7 2018, 5:10 AM

Just added test Microbenchmark test Interpolation has the same issue.

Meinersbur accepted this revision.Aug 7 2018, 8:28 AM

Thank you. LGTM.

This revision is now accepted and ready to land.Aug 7 2018, 8:28 AM

@santosh Do you need someone to commit?

@santosh Do you need someone to commit?

Yes. Thanks.

Meinersbur closed this revision.Aug 7 2018, 12:31 PM
Meinersbur added a subscriber: proton.

Seems that @proton already fixed this as part of rL339154. Closing this review. In any case, I want to thank you for opening it!

proton added a comment.Aug 7 2018, 1:02 PM

Thank you for the solution Santosh, It seems like my GitHub account was actually linked to some other account on Phabricator which I was not aware of, so I didn't get any notification for this patch on this account. I will try to get that account removed so that this won't happen in future.