diff options
author | Camil Staps | 2021-05-17 22:05:42 +0200 |
---|---|---|
committer | Camil Staps | 2021-05-17 22:05:42 +0200 |
commit | 3c31e716f1f7169223cfebc1ae5d3f164c3060c3 (patch) | |
tree | d1bffab8446683068450a4450b9208c9c0938ee3 | |
parent | Update readme (diff) |
-rwxr-xr-x | iclm | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -80,9 +80,12 @@ proc tryCompile { } { } -re "Can't find (.*)\.icl" { tryImport $expect_out(1,string) return - } -re "dynamic used but support for dynamics not enabled|TC class undefined" { + } -re "\[Dd\]ynamic used but support for dynamics not enabled|TC class undefined" { tryWithOption "-dynamics" return + } -re ":: expected instead of \\\*|end of definition expected instead of =>" { + tryWithOption "-clc cocl-itasks" + return } "Nonrepresentable section on output" { tryWithOption "-l -no-pie" return |