Skip to content

Commit

Permalink
Merged main:a7ba73bf614f6d147bd1cdaddee156bd85e31703 into amd-gfx:344…
Browse files Browse the repository at this point in the history
…90a8fca3b

Local branch amd-gfx 34490a8 Merged main:ee0d70633872a30175cf29f81de7b2dbf771d708 into amd-gfx:4684014f0059
Remote branch main a7ba73b [RISCV] Fix conflicting CHECK prefixes in fixed-vectors-fp.ll. NFC
  • Loading branch information
SC llvm team authored and SC llvm team committed Aug 29, 2024
2 parents 34490a8 + a7ba73b commit b82566c
Show file tree
Hide file tree
Showing 3 changed files with 872 additions and 14 deletions.
2 changes: 0 additions & 2 deletions clang/lib/Parse/ParseOpenMP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2954,8 +2954,6 @@ StmtResult Parser::ParseOpenMPDeclarativeOrExecutableDirective(
}
break;
}
case OMPD_reverse:
case OMPD_interchange:
case OMPD_declare_target: {
SourceLocation DTLoc = ConsumeAnyToken();
bool HasClauses = Tok.isNot(tok::annot_pragma_openmp_end);
Expand Down
2 changes: 1 addition & 1 deletion llvm/include/llvm/Config/llvm-config.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/* Indicate that this is LLVM compiled from the amd-gfx branch. */
#define LLVM_HAVE_BRANCH_AMD_GFX
#define LLVM_MAIN_REVISION 509956
#define LLVM_MAIN_REVISION 509959

/* Define if LLVM_ENABLE_DUMP is enabled */
#cmakedefine LLVM_ENABLE_DUMP
Expand Down
Loading

0 comments on commit b82566c

Please sign in to comment.