[PATCH] D96120: [scudo] Port scudo sanitizer to Windows
    Russell Gallop via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Feb  9 04:11:37 PST 2021
    
    
  
russell.gallop added a comment.
In D96120#2545151 <https://reviews.llvm.org/D96120#2545151>, @aganea wrote:
> A few questions: Does this work on x86 targets?
I haven't tried. I'll test this out.
> Are the scudo tests below being built with /MD or with /MT?
The lit tests? They don't specify either. Does that imply /MT?
> Would this change compile/work on MinGW as well?
I'll check.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96120/new/
https://reviews.llvm.org/D96120
    
    
More information about the llvm-commits
mailing list