Fix this failure by ignoring the id of the metadata being checked:
http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental/3046/consoleFull#-
21332887158254eaf0-7326-4999-85b0-
388101f2d404
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373237
91177308-0d34-0410-b5e6-
96231b3b80d8
// RUN: -Xclang -main-file-name -Xclang test/foo.c -x c - -o - | FileCheck %s
// CHECK: ; ModuleID = 'test/foo.c'
// CHECK: source_filename = "test/foo.c"
-// CHECK: !1 = !DIFile(filename: "test/foo.c"
+// CHECK: !DIFile(filename: "test/foo.c"
int main() {}