We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a05572 commit 3013bc0Copy full SHA for 3013bc0
clang/test/Driver/uefi-constructed-args.c
@@ -10,4 +10,5 @@
10
// CHECK-SAME: "-entry:EfiMain"
11
// CHECK-SAME: "-tsaware:no"
12
// CHECK-SAME: "-dll"
13
-// CHECK-SAME: "-debug"
+// CHECK-SAME: "-debug"
14
+
clang/test/Driver/uefi-data-layout.c
@@ -1,3 +1,4 @@
1
// RUN: %clang -target x86_64-unknown-uefi -S -emit-llvm -o - %s | \
2
// RUN: FileCheck --check-prefix=X86_64_UEFI %s
3
-// X86_64_UEFI: target datalayout = "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128"
+// X86_64_UEFI: target datalayout = "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128"
4
0 commit comments