File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ def err_drv_invalid_unwindlib_name : Error<
135
135
def err_drv_incompatible_unwindlib : Error<
136
136
"--rtlib=libgcc requires --unwindlib=libgcc">;
137
137
def err_drv_incompatible_options : Error<
138
- "The combination of '%0' and '%1' is incompatible">;
138
+ "the combination of '%0' and '%1' is incompatible">;
139
139
def err_drv_invalid_stdlib_name : Error<
140
140
"invalid library name in argument '%0'">;
141
141
def err_drv_invalid_output_with_multiple_archs : Error<
Original file line number Diff line number Diff line change 46
46
// RUN: %clang -### --target=x86_64-unknown-linux-gnu -fopenmp=libomp -fno-offload-lto \
47
47
// RUN: -fopenmp-targets=nvptx64-nvidia-cuda -fopenmp-target-jit %s 2>&1 \
48
48
// RUN: | FileCheck -check-prefix=NO-LTO %s
49
- // NO-LTO: error: The combination of '-fno-offload-lto' and '-fopenmp-target-jit' is incompatible
49
+ // NO-LTO: error: the combination of '-fno-offload-lto' and '-fopenmp-target-jit' is incompatible
50
50
51
51
// RUN: %clang -### --target=x86_64-unknown-linux-gnu -fopenmp=libomp -foffload-lto=thin \
52
52
// RUN: -fopenmp-targets=nvptx64-nvidia-cuda -fopenmp-target-jit %s 2>&1 \
53
53
// RUN: | FileCheck -check-prefix=THIN-LTO %s
54
- // THIN-LTO: error: The combination of '-foffload-lto=' and '-fopenmp-target-jit' is incompatible
54
+ // THIN-LTO: error: the combination of '-foffload-lto=' and '-fopenmp-target-jit' is incompatible
You can’t perform that action at this time.
0 commit comments