[all-commits] [llvm/llvm-project] 64c6bb: test: ensure that we dead-strip in the linker
Saleem Abdulrasool via All-commits
all-commits at lists.llvm.org
Tue Dec 24 10:19:47 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 64c6bb37832c2139a91801fece96de8898151079
https://github.com/llvm/llvm-project/commit/64c6bb37832c2139a91801fece96de8898151079
Author: Saleem Abdulrasool <compnerd at compnerd.org>
Date: 2019-12-24 (Tue, 24 Dec 2019)
Changed paths:
M lldb/packages/Python/lldbsuite/test/functionalities/dead-strip/Makefile
Log Message:
-----------
test: ensure that we dead-strip in the linker
`/OPT:REF` is needed for link to dead strip functions, `/Gy` by itself
is not sufficient.
More information about the All-commits
mailing list