Skip to content

Commit bf7510b

Browse files
committed
Merge branch 'feat' of https://github.com/W-50243/llvm-project into feat
2 parents 2a664f5 + bcaaab2 commit bf7510b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/builtin-exit-test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//RUN: %clang_cc1 -no-opaque-pointers -emit-llvm -Wno-strict-prototypes -triple aarch64-target-linux-gnu %s -o - | FileCheck %s
1+
//RUN: %clang_cc1 -emit-llvm -Wno-strict-prototypes -triple aarch64-target-linux-gnu %s -o - | FileCheck %s
22

33
//CHECK: define dso_local void @test() #0 {
44
//CHECK: call void @exit(i32 noundef 1)

0 commit comments

Comments
 (0)