brintos

brintos / llvm-project-archived public Read only

0
0
Text · 466 B · b0bb6c2 Raw
15 lines · plain
1! UNSUPPORTED: system-windows, system-darwin, system-aix2 3! RUN: %flang -x ir -o %t.c-object -c %S/Inputs/no_duplicate_main.ll4! RUN: %flang -o %t -c %s5! RUN: not %flang -o %t.exe %t %t.c-object 2>&16 7! TODO: potentially add further checks to ensure that proper8!       linker error messages are detected and checked via9!       FileCheck.10 11program main_dupes12    ! Irrelevant what to do in here.13    ! Test is supposed to fail at link time.14end program main_dupes15