Skip to content

Commit 020b8e8

Browse files
committed
[clang][test] Remove a broken bytecode test
See e.g. https://lab.llvm.org/buildbot/#/builders/13/builds/2705 Looks like the expected value is legitimately sometimes 0. I'll add another test back later.
1 parent 53a1fb0 commit 020b8e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/test/AST/ByteCode/builtins.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,3 @@ void test_builtin_os_log(void *buf, int i, const char *data) {
3636
constexpr int len = __builtin_os_log_format_buffer_size("%d %{public}s %{private}.16P", i, data, data);
3737
static_assert(len > 0, "Expect len > 0");
3838
}
39-
40-
static_assert(__builtin_omp_required_simd_align(int) != 0);

0 commit comments

Comments
 (0)