Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / CodeGen / X86 / execstack.ll
blob4d6e2ce7947bd545d1e1358cb613702908495424
1 ;; Check that .note.GNU-stack sections are emitted on Linux, but not on Solaris.
3 ; RUN: llc < %s -mtriple=i686-linux | FileCheck %s -check-prefix=CHECK-GNUSTACK
4 ; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s -check-prefix=CHECK-GNUSTACK
5 ; RUN: llc < %s -mtriple=i386-solaris | FileCheck %s -check-prefix=CHECK-NOGNUSTACK
6 ; RUN: llc < %s -mtriple=amd64-solaris | FileCheck %s -check-prefix=CHECK-NOGNUSTACK
8 ; CHECK-GNUSTACK: .section      ".note.GNU-stack","",@progbits
9 ; CHECK-NOGNUSTACK-NOT: .section        ".note.GNU-stack","",@progbits