brintos

brintos / llvm-project-archived public Read only

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