[compiler-rt] [asan][cmake][test] Fix finding dynamic asan runtime lib (PR #100083)
Alexander Richardson via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 23 16:10:30 PDT 2024
================
@@ -206,13 +206,15 @@ function(add_asan_tests arch test_runtime)
-Wl,-nodefaultlib:libcmt,-defaultlib:msvcrt,-defaultlib:oldnames
)
else()
+ set(DYNAMIC_LINK_FLAGS)
----------------
arichardson wrote:
Consistency is important so that is fine by me. Not setting it consistently is a bit weird though so ideally they should both be fixed in a follow-up (or baseline) change.
https://github.com/llvm/llvm-project/pull/100083
More information about the llvm-commits
mailing list