[llvm] 3b259de - [AVR] Convert test to check 'target=avr.*'
Paul Robinson via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 1 13:41:18 PST 2022
Author: Paul Robinson
Date: 2022-12-01T13:41:10-08:00
New Revision: 3b259de708ce240ef3503a1a5d3ea64803f03902
URL: https://github.com/llvm/llvm-project/commit/3b259de708ce240ef3503a1a5d3ea64803f03902
DIFF: https://github.com/llvm/llvm-project/commit/3b259de708ce240ef3503a1a5d3ea64803f03902.diff
LOG: [AVR] Convert test to check 'target=avr.*'
Part of the project to eliminate special handling for triples in lit
expressions.
Added:
Modified:
llvm/test/CodeGen/Generic/dag-combine-ossfuzz-crash.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/Generic/dag-combine-ossfuzz-crash.ll b/llvm/test/CodeGen/Generic/dag-combine-ossfuzz-crash.ll
index 0ee828676c42..31086a1e1134 100644
--- a/llvm/test/CodeGen/Generic/dag-combine-ossfuzz-crash.ll
+++ b/llvm/test/CodeGen/Generic/dag-combine-ossfuzz-crash.ll
@@ -1,5 +1,5 @@
; RUN: llc < %s
-; XFAIL: avr
+; XFAIL: target=avr{{.*}}
; llc built with address sanitizer crashes because of a dangling node pointer
; oss-fuzz - DAGCombiner::useDivRem (5011)
More information about the llvm-commits
mailing list