mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
69b7763e54
Summary: This patch makes the following changes to SanCov and its complementary Python script in order to resolve issues pertaining to non-UNIX file paths in JSON symbolization information: * Convert all paths to use forward slash. * Update `coverage-report-server.py` to correctly handle paths to sources which contain spaces. * Remove Linux platform restriction for all SanCov unit tests. All SanCov tests passed when ran on my local Windows machine. Patch by Douglas Gliner. Reviewers: kcc, filcab, phosek, morehouse, vitalybuka, metzman Reviewed By: vitalybuka Subscribers: vsk, Dor1s, llvm-commits Tags: #sanitizers, #llvm Differential Revision: https://reviews.llvm.org/D51018
10 lines
217 B
Plaintext
10 lines
217 B
Plaintext
REQUIRES: x86-registered-target && host-byteorder-little-endian
|
|
RUN: sancov -print %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s
|
|
|
|
CHECK: 0x4e132b
|
|
CHECK: 0x4e1472
|
|
CHECK: 0x4e1520
|
|
CHECK: 0x4e1553
|
|
CHECK: 0x4e1586
|
|
|