[all-commits] [llvm/llvm-project] e70ec2: [asan][test][win] Make report_after_syminitialize ...
alvinhochun via All-commits
all-commits at lists.llvm.org
Sun Apr 2 00:37:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e70ec2e50f41f8dd966cbd90090b8a2dfee316e1
https://github.com/llvm/llvm-project/commit/e70ec2e50f41f8dd966cbd90090b8a2dfee316e1
Author: Alvin Wong <alvin at alvinhc.com>
Date: 2023-04-02 (Sun, 02 Apr 2023)
Changed paths:
M compiler-rt/test/asan/TestCases/Windows/report_after_syminitialize.cpp
Log Message:
-----------
[asan][test][win] Make report_after_syminitialize test less brittle
Instead of relying on one of the two commands failing on MinGW target,
just use the `%if` conditional substitution feature from lit, which is
much less brittle.
Amends 5888a47914f44ffaf102fcb7afd3500706fe753f
Differential Revision: https://reviews.llvm.org/D147382
More information about the All-commits
mailing list