]> granicus.if.org Git - clang/commitdiff
Fix option spelling.
authorRafael Espindola <rafael.espindola@gmail.com>
Sun, 27 Oct 2013 14:11:19 +0000 (14:11 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sun, 27 Oct 2013 14:11:19 +0000 (14:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193503 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/hexagon-toolchain-elf.c
test/Driver/hexagon-toolchain.c

index 62ad8634d7dc0702d761080eb01246dbd9740c81..f60c61c9c355de70640c3581dc934624fc8e3372 100644 (file)
 // 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"
index cfc64467ff37e7476501eb068cde0d1196ffb9c8..f3d7e25aa9dc6711fe23544946ffd8093b7a1e96 100644 (file)
 // 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"