[PATCH] D80954: [NFC,MTE] Drop unneeded attribute from test
Vitaly Buka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 2 18:40:31 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG85fdec988fc5: [NFC,MTE] Drop unneeded attribute from test (authored by vitalybuka).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80954/new/
https://reviews.llvm.org/D80954
Files:
clang/test/Driver/memtag_lto.c
Index: clang/test/Driver/memtag_lto.c
===================================================================
--- clang/test/Driver/memtag_lto.c
+++ clang/test/Driver/memtag_lto.c
@@ -121,7 +121,7 @@
// SSI-LABEL: @fn
// SSI-LABEL: allocas uses:
-__attribute__((visibility("default"))) int fn() {
+int fn() {
// XUNSAFE-DAG: [4]: full-set
// XSAFE-DAG: [4]: [0,4)
int x;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80954.268035.patch
Type: text/x-patch
Size: 380 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200603/7270a6be/attachment.bin>
More information about the cfe-commits
mailing list