forked from OSchip/llvm-project
[Driver] correct typo in FreeBSD 14 test
The test specified amd64-unknown-freebsd40.0 rather than 14.0. Since
40 is greater than 14 the test (for behaviour new in FreeBSD 14) worked
despite the typo.
Fixes: 699d47472c
Reviewed by: dim (in D77776)
This commit is contained in:
parent
e0b7bee7cf
commit
a40dcd060e
|
@ -5,7 +5,7 @@
|
|||
// CHECK-TEN: "-lc++" "-lm"
|
||||
// CHECK-NINE: "-lstdc++" "-lm"
|
||||
|
||||
// RUN: %clangxx %s -### -pg -o %t.o -target amd64-unknown-freebsd40.0 -stdlib=platform 2>&1 \
|
||||
// RUN: %clangxx %s -### -pg -o %t.o -target amd64-unknown-freebsd14.0 -stdlib=platform 2>&1 \
|
||||
// RUN: | FileCheck --check-prefix=CHECK-PG-FOURTEEN %s
|
||||
// RUN: %clangxx %s -### -pg -o %t.o -target amd64-unknown-freebsd10.0 -stdlib=platform 2>&1 \
|
||||
// RUN: | FileCheck --check-prefix=CHECK-PG-TEN %s
|
||||
|
|
Loading…
Reference in New Issue