[PATCH] D70763: [clang][IFS] Allow 2 output files when using -o and -c with clang IFS stubs.

Puyan Lotfi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 5 14:39:24 PST 2019


plotfi marked an inline comment as done.
plotfi added inline comments.


================
Comment at: clang/test/InterfaceStubs/driver-test3.c:6
+// RUN: %clang -target x86_64-unknown-linux-gnu -c -emit-interface-stubs %s -o %t/driver-test3.o
+// RUN: cat %t/driver-test3.ifs | FileCheck %s
+
----------------
cishida wrote:
> wouldn't hurt to validate that the object file was generated
ditto. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70763/new/

https://reviews.llvm.org/D70763





More information about the cfe-commits mailing list