Home | History | Annotate | Download | only in Driver
      1 // Cygwin uses emutls. Clang should pass -femulated-tls to cc1 and cc1 should pass EmulatedTLS to LLVM CodeGen.
      2 // FIXME: Add more targets here to use emutls.
      3 // RUN: %clang -### -std=c++11 -target i686-pc-cygwin %s 2>&1 | FileCheck %s
      4 
      5 // CHECK: "-cc1" {{.*}}"-femulated-tls"
      6