brintos

brintos / llvm-project-archived public Read only

0
0
Text · 443 B · 65d3d37 Raw
14 lines · plain
1# You cannot continue a DEFINE with a REDEFINE.  In this case, the REDEFINE2# is wrong on its own because it's written as a continuation, so the bad3# REDEFINE is reported.4 5# DEFINE: %{foo}=echo \6# REDEFINE: Hello World7# DEFINE: too late to continue8# RUN: %{foo}9 10#      CHECK: Substitution's definition does not contain '='11# CHECK-NEXT: in {{REDEFINE}}: directive on test line [[#@LINE-5]]12 13# CHECK: Unresolved: 1 {{\([0-9]*.[0-9]*%\)}}14