[PATCH] D70274: [clang][IFS] Driver pipeline change for clang-ifs: generate interface stubs after standard pipeline.

Puyan Lotfi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 16 08:47:24 PST 2019


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


================
Comment at: clang/test/InterfaceStubs/driver-test2.c:6
+// RUN: %clang -emit-interface-stubs -emit-merged-ifs \
+// RUN:   driver-test2.o object.o weak.o -S -o - | FileCheck %s
+
----------------
I would use -shared here, but many of the bots don't support that. Trying to figure out what else to do. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70274





More information about the cfe-commits mailing list