提交 9040431e 编写于 作者: C Caoruihong

Revert "fix(asan): fix the deadlock issue of musl dlopen in clang asan runtime"

This reverts commit 07d61e4e.
Signed-off-by: NCaoruihong <crh.cao@huawei.com>
上级 1a444b89
......@@ -200,10 +200,6 @@ template("musl_libs") {
"-Wl,--exclude-libs=ALL",
"-Wl,--dynamic-list=${dynamic_list}",
]
if (is_asan) {
ldflags -= [ "-Wl,--dynamic-list=${dynamic_list}" ]
ldflags += [ "-Wl,-Bsymbolic-functions" ]
}
asmflags = cflags
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册