rocmPackages.llvm.flang: mark broken due to error

This commit is contained in:
Madoura 2023-10-04 20:53:51 -05:00
parent 56f1d971ab
commit 6da31e558a
No known key found for this signature in database
GPG Key ID: 1B9BB76A2B71922D

View File

@ -25,4 +25,7 @@ callPackage ../base.nix rec {
"-DCLANG_TABLEGEN_EXE=${clang-unwrapped}/bin/clang-tblgen"
"-DFLANG_INCLUDE_TESTS=OFF" # `The dependency target "Bye" of target ...`
];
# `flang/lib/Semantics/check-omp-structure.cpp:1905:1: error: no member named 'v' in 'Fortran::parser::OmpClause::OmpxDynCgroupMem'`
isBroken = true;
}