[clang] [clang] -rdynamic option (PR #72089)

2023-11-15 Thread via cfe-commits
https://github.com/ls-Mou closed https://github.com/llvm/llvm-project/pull/72089 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] -rdynamic option (PR #72089)

2023-11-13 Thread via cfe-commits
https://github.com/ls-Mou updated https://github.com/llvm/llvm-project/pull/72089 >From 1c43cf22a623e89f9f3d486818a56132fedf7b24 Mon Sep 17 00:00:00 2001 From: ls-Mou Date: Mon, 13 Nov 2023 15:01:16 +0800 Subject: [PATCH] [clang] -rdynamic option -rdynamic option should not use with -static -

[clang] [clang] -rdynamic option (PR #72089)

2023-11-12 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang @llvm/pr-subscribers-clang-driver Author: None (ls-Mou) Changes -rdynamic option should not use with -static, as shown in the following code https://github.com/llvm/llvm-project/blob/f86770aa073ac9c17d9ccb6409254e879dca2de6/clang/lib/Driver/ToolCha

[clang] [clang] -rdynamic option (PR #72089)

2023-11-12 Thread via cfe-commits
https://github.com/ls-Mou created https://github.com/llvm/llvm-project/pull/72089 -rdynamic option should not use with -static, as shown in the following code https://github.com/llvm/llvm-project/blob/f86770aa073ac9c17d9ccb6409254e879dca2de6/clang/lib/Driver/ToolChains/Gnu.cpp#L460-L472 So I th