[compiler-rt] [asan][cmake][test] Fix finding dynamic asan runtime lib (PR #100083)

Rainer Orth via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 24 01:03:19 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)
----------------
rorth wrote:

I'd rather go for a baseline change so it's consistent throughout `compiler-rt`.  I may well have a look; however for now I'm busy on the LLVM 19 release ;-)

https://github.com/llvm/llvm-project/pull/100083


More information about the llvm-commits mailing list