[all-commits] [llvm/llvm-project] 3c8182: [SanitizerCoverage] Use External on Windows
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Mar 22 23:05:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c81822ec5d2375d243ef2d43468807aa96383ec
https://github.com/llvm/llvm-project/commit/3c81822ec5d2375d243ef2d43468807aa96383ec
Author: Fangrui Song <i at maskray.me>
Date: 2021-03-22 (Mon, 22 Mar 2021)
Changed paths:
M llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
M llvm/test/Instrumentation/SanitizerCoverage/coff-pc-table-inline-8bit-counters.ll
M llvm/test/Instrumentation/SanitizerCoverage/coff-pc-table-inline-bool-flag.ll
Log Message:
-----------
[SanitizerCoverage] Use External on Windows
This should fix https://reviews.llvm.org/D98903#2643589 though
it is not clear to me why ExternalWeak does not work.
More information about the All-commits
mailing list