Skip to content

Commit

Permalink
Revert "[UTC] Add fallback support for specific metadata, and check t…
Browse files Browse the repository at this point in the history
…heir defs"

This reverts commit 8a3fdf7 as it is
broken. See #63746.

Effectively fixes: #63746
  • Loading branch information
jdoerfert committed Jul 14, 2023
1 parent 75836eb commit b9f1df7
Show file tree
Hide file tree
Showing 20 changed files with 98 additions and 1,243 deletions.
6 changes: 0 additions & 6 deletions clang/test/utils/update_cc_test_checks/Inputs/annotations.c

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --check-globals smart --include-generated-funcs
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --include-generated-funcs
// Check that the CHECK lines are generated for clang-generated functions
// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fopenmp %s -emit-llvm -o - | FileCheck --check-prefix=OMP %s
// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu %s -emit-llvm -o - | FileCheck --check-prefix=NOOMP %s
Expand Down Expand Up @@ -227,8 +227,3 @@ void foo(void) {
// NOOMP: for.end:
// NOOMP-NEXT: ret void
//
//.
// NOOMP: [[LOOP2]] = distinct !{[[LOOP2]], [[META3:![0-9]+]]}
// NOOMP: [[META3]] = !{!"llvm.loop.mustprogress"}
// NOOMP: [[LOOP4]] = distinct !{[[LOOP4]], [[META3]]}
//.

0 comments on commit b9f1df7

Please sign in to comment.