forked from OSchip/llvm-project
[hotfix]
fixinig test failures as seen here: http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/22791/steps/test/logs/stdio which resulted by rL321480 llvm-svn: 321482
This commit is contained in:
parent
2e809acd0b
commit
f72630bb9b
|
@ -102,17 +102,11 @@
|
|||
|
||||
// RUN: %clang -target i386-unknown-linux-gnu -march=i386 -mgfni %s -### -o %t.o 2>&1 | FileCheck -check-prefix=GFNI %s
|
||||
// RUN: %clang -target i386-unknown-linux-gnu -march=i386 -mno-gfni %s -### -o %t.o 2>&1 | FileCheck -check-prefix=NO-GFNI %s
|
||||
<<<<<<<
|
||||
// GFNI: "-target-feature" "+gfni"
|
||||
// NO-GFNI: "-target-feature" "-gfni
|
||||
|
||||
=======
|
||||
// RUN: %clang -target i386-unknown-linux-gnu -march=i386 -mno-clzero %s -### -o %t.o 2>&1 | FileCheck -check-prefix=NO-CLZERO %s
|
||||
// CLZERO: "-target-feature" "+clzero"
|
||||
// NO-CLZERO: "-target-feature" "-clzero"
|
||||
|
||||
// RUN: %clang -target i386-unknown-linux-gnu -march=i386 -mvpclmulqdq %s -### -o %t.o 2>&1 | FileCheck -check-prefix=VPCLMULQDQ %s
|
||||
// RUN: %clang -target i386-unknown-linux-gnu -march=i386 -mno-vpclmulqdq %s -### -o %t.o 2>&1 | FileCheck -check-prefix=NO-VPCLMULQDQ %s
|
||||
// VPCLMULQDQ: "-target-feature" "+vpclmulqdq"
|
||||
// NO-VPCLMULQDQ: "-target-feature" "-vpclmulqdq"
|
||||
>>>>>>>
|
||||
|
||||
|
|
Loading…
Reference in New Issue