Skip to content

Commit

Permalink
Add license header to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniofrighetto committed Jan 7, 2025
1 parent ffc00a0 commit 2e07cd3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/test/passes/arithmetic/xor-arm-android.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//
// This file is distributed under the Apache License v2.0. See LICENSE for
// details.
//

// REQUIRES: arm-registered-target

// RUN: clang -target arm-linux-android -O1 -fno-verbose-asm -S %s -o - | FileCheck --check-prefix=R0 %s
Expand Down
5 changes: 5 additions & 0 deletions src/test/passes/cfg-flattening/basic-arm-android.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//
// This file is distributed under the Apache License v2.0. See LICENSE for
// details.
//

// REQUIRES: arm-registered-target

// RUN: clang -target arm-linux-android -O1 -fno-verbose-asm -S %s -o - | FileCheck --check-prefix=NO-FLAT %s
Expand Down
2 changes: 1 addition & 1 deletion src/test/passes/string-encoding/basic-aarch64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// REQUIRES: aarch64-registered-target

// The default object contains the file-name string:
// RUN: clang++ -target aarch64-linux-android-O1 -c %s -o - | strings | FileCheck --check-prefix=CHECK-DEFAULT -DFILE_NAME=%s %s
// RUN: clang++ -target aarch64-linux-android -O1 -c %s -o - | strings | FileCheck --check-prefix=CHECK-DEFAULT -DFILE_NAME=%s %s
// RUN: clang++ -target arm64-apple-ios17.5.0 -O1 -c %s -o - | strings | FileCheck --check-prefix=CHECK-DEFAULT -DFILE_NAME=%s %s
// CHECK-DEFAULT: [[FILE_NAME]]

Expand Down
5 changes: 5 additions & 0 deletions src/test/passes/string-encoding/basic-arm-android.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//
// This file is distributed under the Apache License v2.0. See LICENSE for
// details.
//

// REQUIRES: arm-registered-target

// The default object contains the file-name string:
Expand Down

0 comments on commit 2e07cd3

Please sign in to comment.