[PATCH] D78988: [LTO] Suppress emission of the empty object file
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 29 22:41:38 PDT 2020
MaskRay added inline comments.
================
Comment at: lld/test/ELF/lto/thinlto-obj-path.ll:18
+; Ensure ld emits empty combined module if specific obj-path.
+; RUN: rm -fr %T/objpath
+; RUN: mkdir %T/objpath
----------------
MaskRay wrote:
> `%T` is currently deprecated. You can use `rm -fr %t.dir && mkdir %t.dir/objpath`
`rm -fr %t.dir && mkdir -p %t.dir/objpath`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78988/new/
https://reviews.llvm.org/D78988
More information about the llvm-commits
mailing list