[flang-commits] [PATCH] D84334: [flang] Version information in flang/f18

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 23:17:27 PDT 2020


I'm also not sure this is passing?

********************
FAIL: Flang :: Preprocessing/compiler_defined_macros.F90 (31682 of 71064)
******************** TEST 'Flang ::
Preprocessing/compiler_defined_macros.F90' FAILED ********************
Script:
--

...

--
Exit Code: 1

Command Output (stderr):
--
/usr/local/google/home/echristo/sources/llvm-project/flang/test/Preprocessing/compiler_defined_macros.F90:3:9:
error: CHECK: expected string not found in input
!CHECK: flang_major = {{[1-9][0-9]*$}}
        ^
<stdin>:1:1: note: scanning from here
integer, parameter :: flang_major = __flang_major__
^
<stdin>:1:23: note: possible intended match here
integer, parameter :: flang_major = __flang_major__
                      ^

Input file: <stdin>
Check file:
/usr/local/google/home/echristo/sources/llvm-project/flang/test/Preprocessing/compiler_defined_macros.F90

-dump-input=help explains the following input dump.

Input was:
<<<<<<
           1: integer, parameter :: flang_major = __flang_major__
check:3'0     X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no
match found
check:3'1                           ?                             possible
intended match
           2: integer, parameter :: flang_minor = __flang_minor__
check:3'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           3: integer, parameter :: flang_patchlevel = __flang_patchlevel__
check:3'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>>>>

--

On Mon, Aug 10, 2020 at 1:21 PM Isuru Fernando via Phabricator via
flang-commits <flang-commits at lists.llvm.org> wrote:

> isuruf added a comment.
>
> In D84334#2208010 <https://reviews.llvm.org/D84334#2208010>, @sscalpone
> wrote:
>
> > This commit has broken the out of tree builds.
>
> This probably needs to include `CMAKE_CURRENT_BINARY_DIR` as a include
> directory.
>
>
> Repository:
>   rG LLVM Github Monorepo
>
> CHANGES SINCE LAST ACTION
>   https://reviews.llvm.org/D84334/new/
>
> https://reviews.llvm.org/D84334
>
> _______________________________________________
> flang-commits mailing list
> flang-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/flang-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200810/9166fba7/attachment.html>


More information about the llvm-commits mailing list