[PATCH] D80954: [NFC,MTE] Drop unneeded attribute from test

Vitaly Buka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 1 14:39:42 PDT 2020


vitalybuka created this revision.
vitalybuka added a reviewer: eugenis.
Herald added subscribers: cfe-commits, dexonsmith, steven_wu, hiraditya.
Herald added a project: clang.
vitalybuka added a child revision: D80908: [StackSafety] Add info into function summary.

Depends on D80847 <https://reviews.llvm.org/D80847>.


Repository:
  rG LLVM Github Monorepo

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.267736.patch
Type: text/x-patch
Size: 380 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200601/4a32b3d9/attachment.bin>


More information about the cfe-commits mailing list