File tree 4 files changed +8
-8
lines changed 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
// REQUIRES: aarch64-registered-target
2
2
3
- // RUN: %clang_cc1 -triple arm64-windows -fms-compatibility -emit-llvm - S \
3
+ // RUN: %clang_cc1 -triple arm64-windows -fms-compatibility -S \
4
4
// RUN: -o - %s | FileCheck %s -check-prefix CHECK-ASM
5
5
6
- // RUN: %clang_cc1 -triple arm64-darwin -fms-compatibility -emit-llvm - S \
6
+ // RUN: %clang_cc1 -triple arm64-darwin -fms-compatibility -S \
7
7
// RUN: -o - %s | FileCheck %s -check-prefix CHECK-ASM
8
8
9
9
// RUN: %clang_cc1 -triple arm64-windows -fms-compatibility -emit-llvm \
Original file line number Diff line number Diff line change 1
- // RUN: %clang_cc1 -ffreestanding -triple i386-unknown-unknown -fasm-blocks -O0 -emit-llvm - S %s -o - | FileCheck %s
2
- // RUN: %clang_cc1 -ffreestanding -triple x86_64-unknown-unknown -fasm-blocks -O0 -emit-llvm - S %s -o - | FileCheck %s
1
+ // RUN: %clang_cc1 -ffreestanding -triple i386-unknown-unknown -fasm-blocks -O0 -S %s -o - | FileCheck %s
2
+ // RUN: %clang_cc1 -ffreestanding -triple x86_64-unknown-unknown -fasm-blocks -O0 -S %s -o - | FileCheck %s
3
3
// REQUIRES: x86-registered-target
4
4
5
5
#include <immintrin.h>
Original file line number Diff line number Diff line change 1
1
// REQUIRES: amdgpu-registered-target, x86-registered-target
2
2
3
- // RUN: %clang_cc1 -fopenmp -triple amdgcn-amd-amdhsa -fopenmp-is-target-device %s -emit-llvm - S -Wno-openmp-target-exception -o - | FileCheck -check-prefix=DEVICE %s
4
- // RUN: %clang_cc1 -fopenmp -triple x86_64-pc-linux-gnu -fopenmp-is-target-device -fcxx-exceptions %s -emit-llvm - S -Wno-openmp-target-exception -o - | FileCheck -check-prefix=HOST %s
3
+ // RUN: %clang_cc1 -fopenmp -triple amdgcn-amd-amdhsa -fopenmp-is-target-device %s -S -Wno-openmp-target-exception -o - | FileCheck -check-prefix=DEVICE %s
4
+ // RUN: %clang_cc1 -fopenmp -triple x86_64-pc-linux-gnu -fopenmp-is-target-device -fcxx-exceptions %s -S -Wno-openmp-target-exception -o - | FileCheck -check-prefix=HOST %s
5
5
// DEVICE: s_trap
6
6
// DEVICE-NOT: __cxa_throw
7
7
// HOST: __cxa_throw
Original file line number Diff line number Diff line change 1
1
// REQUIRES: nvptx-registered-target
2
2
3
- // RUN: %clang_cc1 -fopenmp -triple nvptx64 -fopenmp-is-target-device %s -emit-llvm - S -Wno-openmp-target-exception -o - | FileCheck -check-prefix=DEVICE %s
4
- // RUN: %clang_cc1 -fopenmp -triple x86_64-pc-linux-gnu -fopenmp-is-target-device -fcxx-exceptions %s -emit-llvm - S -Wno-openmp-target-exception -o - | FileCheck -check-prefix=HOST %s
3
+ // RUN: %clang_cc1 -fopenmp -triple nvptx64 -fopenmp-is-target-device %s -S -Wno-openmp-target-exception -o - | FileCheck -check-prefix=DEVICE %s
4
+ // RUN: %clang_cc1 -fopenmp -triple x86_64-pc-linux-gnu -fopenmp-is-target-device -fcxx-exceptions %s -S -Wno-openmp-target-exception -o - | FileCheck -check-prefix=HOST %s
5
5
// DEVICE: trap;
6
6
// DEVICE-NOT: __cxa_throw
7
7
// HOST: __cxa_throw
You can’t perform that action at this time.
0 commit comments