brintos

brintos / llvm-project-archived public Read only

0
0
Text · 447 B · b5ea18c Raw
14 lines · plain
1# You cannot continue a REDEFINE with a DEFINE.  In this case, the DEFINE2# looks fine on its own, so the unterminated REDEFINE is reported.3 4# DEFINE: %{name}=x5# DEFINE: %{value}=36# REDEFINE: %{global:what}=echo \7# DEFINE: %{name}=%{value}8# REDEFINE: %{too-late-to-continue}=9# RUN: %{deceptive-continue}10 11# CHECK: Test has unterminated '{{REDEFINE}}:' directive (with '\') at line [[#@LINE-5]]12 13# CHECK: Unresolved: 1 {{\([0-9]*.[0-9]*%\)}}14