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; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits