From 5d31b2abeec8bb6247048e8371067b753ab3e8bf Mon Sep 17 00:00:00 2001 From: Teresa Johnson Date: Mon, 30 Sep 2019 17:26:48 +0000 Subject: [PATCH] Fix buildbot failure from r373217 (don't match metadata id exactly) 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 --- test/Frontend/stdin-input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Frontend/stdin-input.c b/test/Frontend/stdin-input.c index 334c167602..7b15482b8c 100644 --- a/test/Frontend/stdin-input.c +++ b/test/Frontend/stdin-input.c @@ -2,6 +2,6 @@ // 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() {} -- 2.40.0