Jake-Egan added inline comments.
================ Comment at: clang/test/InterfaceStubs/object.c:2 // RUN: %clang_cc1 -fvisibility default -o - -emit-interface-stubs %s | FileCheck -check-prefix=CHECK-TAPI %s -// RUN: %clang -fvisibility=default -c -o - %s | llvm-nm - 2>&1 | FileCheck -check-prefix=CHECK-SYMBOLS %s +// RUN: %clang -fvisibility=default -c -o %t.o %s | llvm-nm %t.o 2>&1 | FileCheck -check-prefix=CHECK-SYMBOLS %s ---------------- hubert.reinterpretcast wrote: > With the temporary file added, the pipe is unnecessary (and possibly > unwanted). Does the suggestion here work? Yes this suggestion works. I updated the patch accordingly Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D117587/new/ https://reviews.llvm.org/D117587 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits