File tree 3 files changed +9
-0
lines changed 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %clang_cc1 %s -w -emit-llvm -o -
2
2
3
+ // https://bugs.llvm.org/show_bug.cgi?id=46644#c6
4
+ // XFAIL: arm64-apple
5
+
3
6
float test (int X , ...) {
4
7
__builtin_va_list ap ;
5
8
float F ;
Original file line number Diff line number Diff line change 1
1
// Check target CPUs are correctly passed.
2
2
3
+ // https://PR46644
4
+ // XFAIL: arm64-apple
5
+
3
6
// RUN: %clang -target aarch64 -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC %s
4
7
// RUN: %clang -target aarch64 -mcpu=generic -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC %s
5
8
// RUN: %clang -target aarch64 -mlittle-endian -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC %s
Original file line number Diff line number Diff line change 1
1
// Check that clang can use a PCH created from libclang.
2
2
3
+ // https://PR46644
4
+ // XFAIL: arm64-apple
5
+
3
6
// This test doesn't use -fdisable-module-hash and hence requires that
4
7
// CompilerInvocation::getModuleHash() computes exactly the same hash
5
8
// for c-index-test and clang, which in turn requires that the both use
You can’t perform that action at this time.
0 commit comments