diff options
| author | star9029 <[email protected]> | 2025-12-22 16:54:25 +0800 |
|---|---|---|
| committer | star9029 <[email protected]> | 2025-12-22 16:54:25 +0800 |
| commit | 05ad043eaf740be73dd0b95b6d5ab97a4d82ac59 (patch) | |
| tree | 0c5b1c6e8f0b564ce14acc919d05462b6c5cd39e /xmake/core | |
| parent | a9e51834621aedeb6e8aa5aec0880af28ac4200d (diff) | |
add get_llvm_asan_flags
Diffstat (limited to 'xmake/core')
| -rw-r--r-- | xmake/core/package/package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua index bdd09ed5a..6c2742c80 100644 --- a/xmake/core/package/package.lua +++ b/xmake/core/package/package.lua @@ -2471,7 +2471,7 @@ function _instance:_generate_sanitizer_configs(checkmode, sourcekind) if self:is_plat("windows") and checkmode == "address" and not self:has_tool("cxx", "cl") then local toolchain_utils = sandbox_module.import("private.utils.toolchain", {anonymous = true}) - table.join2(ldflags, toolchain_utils.add_llvm_asan_flags(self)) + table.join2(ldflags, toolchain_utils.get_llvm_asan_flags(self)) end if #ldflags ~= 0 then |
