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 a3cc71e commit dfbb1c2Copy full SHA for dfbb1c2
clang/test/CodeGen/AArch64/gcs.c
@@ -1,4 +1,4 @@
1
-// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 2
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --clang-args ['-target-feature', '+gcs'] --version 2
2
// RUN: %clang_cc1 -triple aarch64-eabi -target-feature +gcs -emit-llvm %s -o - | FileCheck %s
3
4
#include <arm_acle.h>
@@ -51,6 +51,6 @@ uint64_t test_gcspopm() {
51
// CHECK-NEXT: [[TMP2:%.*]] = call ptr @llvm.aarch64.gcsss(ptr [[TMP1]])
52
// CHECK-NEXT: ret ptr [[TMP2]]
53
//
54
-const void *test_gcsss(const void *p) {
+void *test_gcsss(void *p) {
55
return __gcsss(p);
56
}
0 commit comments