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