[all-commits] [llvm/llvm-project] 5d3a99: Port ubsan nullability.c test to Windows
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Tue Mar 3 13:19:07 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5d3a9959382762f84318b52f6ba6532cb8b5c807
https://github.com/llvm/llvm-project/commit/5d3a9959382762f84318b52f6ba6532cb8b5c807
Author: Reid Kleckner <rnk at google.com>
Date: 2020-03-03 (Tue, 03 Mar 2020)
Changed paths:
M compiler-rt/test/ubsan/TestCases/Misc/nullability.c
Log Message:
-----------
Port ubsan nullability.c test to Windows
Two issues:
- Need to add env prefix to be compatible with the lit internal shell
- Need to quote the colon in Windows paths with '"%t.supp"'
More information about the All-commits
mailing list