[clang] 85fdec9 - [NFC,MTE] Drop unneeded attribute from test

Vitaly Buka via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 2 18:28:57 PDT 2020


Author: Vitaly Buka
Date: 2020-06-02T18:28:45-07:00
New Revision: 85fdec988fc55d56988d57fa88e2b870f6e0e8e9

URL: https://github.com/llvm/llvm-project/commit/85fdec988fc55d56988d57fa88e2b870f6e0e8e9
DIFF: https://github.com/llvm/llvm-project/commit/85fdec988fc55d56988d57fa88e2b870f6e0e8e9.diff

LOG: [NFC,MTE] Drop unneeded attribute from test

Summary: Depends on D80847.

Reviewers: eugenis

Reviewed By: eugenis

Subscribers: hiraditya, steven_wu, dexonsmith, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D80954

Added: 
    

Modified: 
    clang/test/Driver/memtag_lto.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/memtag_lto.c b/clang/test/Driver/memtag_lto.c
index ab9bbd2f76d2..d9cf327c1bca 100644
--- a/clang/test/Driver/memtag_lto.c
+++ b/clang/test/Driver/memtag_lto.c
@@ -121,7 +121,7 @@ __attribute__((noinline)) void use_local(char *p) { *p = w; }
 
 // 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;


        


More information about the cfe-commits mailing list