tools/llvm-ld: Cygwin can handle #!shbang.
[oota-llvm.git] / tools / llvm-ld / llvm-ld.cpp
index 442c4da5697a4a8876ca458e991f061d095b544b..cd6ce256db7b54e15c896b51326c06f0d145862a 100644 (file)
@@ -410,7 +410,7 @@ static int GenerateNative(const std::string &OutputFilename,
 static void EmitShellScript(char **argv, Module *M) {
   if (Verbose)
     errs() << "Emitting Shell Script\n";
-#if defined(_WIN32) || defined(__CYGWIN__)
+#if defined(_WIN32)
   // Windows doesn't support #!/bin/sh style shell scripts in .exe files.  To
   // support windows systems, we copy the llvm-stub.exe executable from the
   // build tree to the destination file.