[PATCH] D92806: Single function compilation mode.
zino benaissa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 8 13:34:32 PST 2020
zino added inline comments.
================
Comment at: llvm/test/Other/extract-func.ll:2
+; RUN: opt < %s -passes=extract-funcs -single-func=foo -S -o %t1 | FileCheck %s --check-prefix=FOO
+; RUN: opt < %s -passes=extract-funcs -single-func=foo -single-func-recursive -S -o %t2 | FileCheck %s --check-prefix=RECUR-FOO
+
----------------
Can you add a test to test multiple functions? and testing fullLTO for example
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92806/new/
https://reviews.llvm.org/D92806
More information about the llvm-commits
mailing list