[clang][deps] Fix test failures on AIX

This commit is contained in:
Jan Svoboda 2022-12-02 13:09:50 -08:00
parent f92c7506e3
commit d3804b88e9
2 changed files with 8 additions and 8 deletions

View File

@ -115,10 +115,10 @@ module third {}
// CHECK-NEXT: ],
// CHECK-NEXT: "input-file": "[[PREFIX]]/tu.c"
// CHECK-NEXT: }
// CHECK-NEXT: ]
// CHECK-NEXT: }
// CHECK-NEXT: ]
// CHECK-NEXT: }
// CHECK: ]
// CHECK: }
// CHECK: ]
// CHECK: }
// RUN: %deps-to-rsp %t/result.json --module-name=third > %t/third.cc1.rsp
// RUN: %deps-to-rsp %t/result.json --module-name=second > %t/second.cc1.rsp

View File

@ -120,10 +120,10 @@ module second { header "second.h" }
// CHECK-NEXT: ],
// CHECK-NEXT: "input-file": "[[PREFIX]]/tu.m"
// CHECK-NEXT: }
// CHECK-NEXT: ]
// CHECK-NEXT: }
// CHECK-NEXT: ]
// CHECK-NEXT: }
// CHECK: ]
// CHECK: }
// CHECK: ]
// CHECK: }
// RUN: %deps-to-rsp --module-name=first %t/result.json > %t/first.cc1.rsp
// RUN: %deps-to-rsp --module-name=first_other %t/result.json > %t/first_other.cc1.rsp