[PATCH] D90353: [ThinLTO] add test for nossp inlining
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 4 16:56:27 PST 2020
MaskRay added inline comments.
================
Comment at: llvm/test/ThinLTO/X86/nossp.ll:1
+; RUN: opt -module-summary %s -o %t1.bc
+; RUN: opt -module-summary %p/Inputs/nossp.ll -o %t2.bc
----------------
Perhaps nossp-inline.ll is more descriptive
Will `; RUN: split-file %s %t` fit for this simple `Inputs/` file. Feel free to ignore.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90353/new/
https://reviews.llvm.org/D90353
More information about the llvm-commits
mailing list