[cfe-dev] [RFC] Fix Clang test case failure on ARM

Tim Northover t.p.northover at gmail.com
Mon Apr 30 10:40:17 PDT 2012


> // CHECK: @x = global { i{{[0-9]+}}, i{{[0-9]+}} } { i{{[0-9]+}} {{0|1}}, i{{[0-9]+}} {{1|0}} }
>
> Any idea on how to make the pattern better? Thanks.

As I recall the file is nice and small. I'd go for two separate RUN
lines: one specifying an x86 triple and looking for its form and one
specifying an ARM triple and looking for the other one.

Sorry, I probably should have thought a bit more and said that on IRC.

Tim.



More information about the cfe-dev mailing list