[PATCH] D80406: [LLD][ThinLTO] Add --thinlto-single-module to allow compiling partial modules.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 10 11:05:21 PDT 2020
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
Hope @tejohnson can confirm this is good.
================
Comment at: lld/test/ELF/lto/thinlto-single-module.ll:48
+; RUN: ls main.o.thinlto.bc
+; RUN: ls | FileCheck --implicit-check-not=thin.*.thinlto.bc /dev/null
+; RUN: FileCheck %s --check-prefix=IDX < single5.idx
----------------
This line does not check anything.
You need `FileCheck --implicit-check-not='thin.{{.*}}.thinlto.bc' /dev/null`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80406/new/
https://reviews.llvm.org/D80406
More information about the llvm-commits
mailing list