Fix option spelling.

llvm-svn: 193503
This commit is contained in:
Rafael Espindola 2013-10-27 14:11:19 +00:00
parent fc2bacea3d
commit 59cc2f3fc2
2 changed files with 2 additions and 2 deletions

View File

@ -477,7 +477,7 @@
// RUN: %clang -### -target hexagon-unknown-elf \
// RUN: -ccc-install-dir %S/Inputs/hexagon_tree/qc/bin \
// RUN: -fPIC \
// RUN: -msmall_data_threshold=8 \
// RUN: -msmall-data-threshold=8 \
// RUN: %s 2>&1 \
// RUN: | FileCheck -check-prefix=CHECK024 %s
// CHECK024: "{{.*}}clang{{.*}}" "-cc1"

View File

@ -477,7 +477,7 @@
// RUN: %clang -### -target hexagon-unknown-linux \
// RUN: -ccc-install-dir %S/Inputs/hexagon_tree/qc/bin \
// RUN: -fPIC \
// RUN: -msmall_data_threshold=8 \
// RUN: -msmall-data-threshold=8 \
// RUN: %s 2>&1 \
// RUN: | FileCheck -check-prefix=CHECK024 %s
// CHECK024: "{{.*}}clang{{.*}}" "-cc1"