[clang] -fstack-usage: fix filename for functions in an included file (PR #69896)

2023-10-23 Thread Fangrui Song via cfe-commits
https://github.com/MaskRay closed https://github.com/llvm/llvm-project/pull/69896 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] -fstack-usage: fix filename for functions in an included file (PR #69896)

2023-10-23 Thread Fangrui Song via cfe-commits
MaskRay wrote: > Thanks for the MR, @MaskRay! The patch LGTM. Can you confirm that the failing > checks are not related to this patch? Thanks for review. I confirm it is an unrelated `clang-format` issue (`grep -rnI '[[:blank:]]$' clang/lib clang/include clang/docs`) caused by another patch a

[clang] -fstack-usage: fix filename for functions in an included file (PR #69896)

2023-10-23 Thread via cfe-commits
pzhengqc wrote: Thanks for the MR, @MaskRay! The patch LGTM. Can you confirm that the failing checks are not related to this patch? https://github.com/llvm/llvm-project/pull/69896 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.l

[clang] -fstack-usage: fix filename for functions in an included file (PR #69896)

2023-10-22 Thread via cfe-commits
https://github.com/androm3da approved this pull request. https://github.com/llvm/llvm-project/pull/69896 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] -fstack-usage: fix filename for functions in an included file (PR #69896)

2023-10-22 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Fangrui Song (MaskRay) Changes Fix #69889 --- Full diff: https://github.com/llvm/llvm-project/pull/69896.diff 2 Files Affected: - (modified) clang/test/CodeGen/stack-usage.c (+8-5) - (modified) llvm/lib/CodeGen/AsmPrinter/AsmPrinter.c

[clang] -fstack-usage: fix filename for functions in an included file (PR #69896)

2023-10-22 Thread Fangrui Song via cfe-commits
https://github.com/MaskRay created https://github.com/llvm/llvm-project/pull/69896 Fix #69889 >From 343f5abcd269701f526b64508237fb992ad7828d Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Sun, 22 Oct 2023 22:04:31 -0700 Subject: [PATCH] -fstack-usage: fix filename for functions in an inclu