[PATCH] D69202: gn build: Build compiler-rt code with -fvisibility=hidden.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 18 15:56:02 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3b113a2be6dc: gn build: Build compiler-rt code with -fvisibility=hidden. (authored by pcc).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69202/new/
https://reviews.llvm.org/D69202
Files:
llvm/utils/gn/build/BUILD.gn
Index: llvm/utils/gn/build/BUILD.gn
===================================================================
--- llvm/utils/gn/build/BUILD.gn
+++ llvm/utils/gn/build/BUILD.gn
@@ -221,6 +221,7 @@
"-fPIC",
"-funwind-tables",
"-gline-tables-only",
+ "-fvisibility=hidden",
]
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69202.225710.patch
Type: text/x-patch
Size: 293 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191018/a4ec9b16/attachment.bin>
More information about the llvm-commits
mailing list