Skip to content

Commit 5593363

Browse files
Jason-VanBeusekomkcloudy0717
authored andcommitted
[OpenMP][clang] Remove metadata checks in amdgcn_weak_alias.c (llvm#170326)
4394aa6 introduced the test amdgcn_weak_alias, which is failing on the reverse iteration build, due to the the order of the aliasees being different. This failure is a test issue, not a bug, so the metadata checks are removed.
1 parent 0bceeeb commit 5593363

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

clang/test/OpenMP/amdgcn_weak_alias.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,3 @@ int Three(void) __attribute__ ((weak, alias("__Three")));
9494
int Three_(void) __attribute__ ((alias("__Three")));
9595
extern int __attribute__((weak, alias("__Three_var"))) Three_var;
9696
extern int __attribute__((alias("__Three_var"))) Three_var_;
97-
//.
98-
// HOST: [[META0:![0-9]+]] = !{i32 1, !"__Two_var", i32 0, i32 0}
99-
// HOST: [[META1:![0-9]+]] = !{i32 1, !"__Three_var", i32 0, i32 1}
100-
//.
101-
// DEVICE: [[META0:![0-9]+]] = !{i32 1, !"__Two_var", i32 0, i32 0}
102-
// DEVICE: [[META1:![0-9]+]] = !{i32 1, !"__Three_var", i32 0, i32 1}
103-
//.

0 commit comments

Comments
 (0)