[all-commits] [llvm/llvm-project] 1c0a0c: [12.0.0][llvm-symbolizer][test] Fix test broken af...
Tom Stellard via All-commits
all-commits at lists.llvm.org
Tue Feb 23 11:13:23 PST 2021
Branch: refs/heads/release/12.x
Home: https://github.com/llvm/llvm-project
Commit: 1c0a0c727eaeee7d7283f9dabe861e69881764c4
https://github.com/llvm/llvm-project/commit/1c0a0c727eaeee7d7283f9dabe861e69881764c4
Author: Tom Stellard <tstellar at redhat.com>
Date: 2021-02-23 (Tue, 23 Feb 2021)
Changed paths:
M llvm/test/tools/llvm-symbolizer/output-style-inlined.test
Log Message:
-----------
[12.0.0][llvm-symbolizer][test] Fix test broken after cherry-pick
See bug https://bugs.llvm.org/show_bug.cgi?id=49227. The cherry-pick 0d4f8a3f364f introduced a test failure, as the test included use of a feature that was only recently added to lit and isn't in the release branch. This patch fixes up the test to manage without this lit change.
Reviewed By: tstellar, MaskRay
Differential Revision: https://reviews.llvm.org/D97272
More information about the All-commits
mailing list