They changed the comments that we were looking for.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363995
91177308-0d34-0410-b5e6-
96231b3b80d8
// Files autogenerated by DriverKit IIG contain some dead stores that
// we don't want to report.
- if (Data.startswith("/* iig generated from"))
+ if (Data.startswith("/* iig"))
return true;
return false;
-/* iig generated from SomethingSomething.iig */
+/* iig(DriverKit-60) generated from SomethingSomething.iig */
// The comment above is the whole point of the test.
// That's how the suppression works.