[all-commits] [llvm/llvm-project] 7f32dd: [MemProf] Reenable test with fix for bot failures
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Mon Nov 2 09:00:38 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7f32ddc99b30fbd79a7b2ee2ddccdf3810c9f9a6
https://github.com/llvm/llvm-project/commit/7f32ddc99b30fbd79a7b2ee2ddccdf3810c9f9a6
Author: Teresa Johnson <tejohnson at google.com>
Date: 2020-11-02 (Mon, 02 Nov 2020)
Changed paths:
M compiler-rt/test/memprof/TestCases/log_path_test.cpp
Log Message:
-----------
[MemProf] Reenable test with fix for bot failures
The issue was unexpected macro expansion when the bot's test output
directory contained a token matching a build system macro (e.g.
"linux"). Switch to using a hardcoded path, which is invalid but is
sufficient for ensuring that the path is passed down to the runtime.
Differential Revision: https://reviews.llvm.org/D90466
More information about the All-commits
mailing list