We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37699b commit 31ce0f1Copy full SHA for 31ce0f1
flang/test/Driver/exec.f90
@@ -1,7 +1,8 @@
1
+! UNSUPPORTED: system-windows
2
! Verify that flang can correctly build executables.
3
4
! RUN: %flang %s -o %t
-! RUN: %t | FileCheck %s
5
+! RUN: LD_LIBRARY_PATH="$LD_LIBRARY_PATH:%llvmshlibdir" %t | FileCheck %s
6
! RUN: rm -f %t
7
8
! CHECK: Hello, World!
0 commit comments