[PATCH] D122965: Corrected A Command
Priyansh Singh via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 3 23:11:57 PDT 2022
ps-19 updated this revision to Diff 420104.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122965/new/
https://reviews.llvm.org/D122965
Files:
clang/test/CodeGen/c-unicode.c
Index: clang/test/CodeGen/c-unicode.c
===================================================================
--- clang/test/CodeGen/c-unicode.c
+++ clang/test/CodeGen/c-unicode.c
@@ -1,5 +1,5 @@
// REQUIRES: x86-registered-target
-// RUN: %clang --target=x86_64--linug-gnu -S %s -o - | FileCheck %s -check-prefix=ALLOWED
+// RUN: %clang --target=x86_64--linux-gnu -S %s -o - | FileCheck %s -check-prefix=ALLOWED
// RUN: not %clang --target=x86_64--linux-gnu -std=c89 -S %s -o - 2>&1 | FileCheck %s -check-prefix=DENIED
int \uaccess = 0;
// ALLOWED: "곎ss":
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122965.420104.patch
Type: text/x-patch
Size: 559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220404/be22b2b8/attachment.bin>
More information about the cfe-commits
mailing list