[llvm-commits] CVS: llvm/lib/System/Win32/Program.cpp

Reid Spencer reid at x10sys.com
Sun Aug 29 12:20:52 PDT 2004



Changes in directory llvm/lib/System/Win32:

Program.cpp added (r1.1)
---
Log message:

Initial commit of an platform-indepdendent implementation for the
"Program" operating system concept (find and execute programs).


---
Diffs of the changes:  (+19 -0)

Index: llvm/lib/System/Win32/Program.cpp
diff -c /dev/null llvm/lib/System/Win32/Program.cpp:1.1
*** /dev/null	Sun Aug 29 14:20:51 2004
--- llvm/lib/System/Win32/Program.cpp	Sun Aug 29 14:20:41 2004
***************
*** 0 ****
--- 1,19 ----
+ //===- Win32/Program.cpp - Win32 Program Implelementation ----- -*- C++ -*-===//
+ // 
+ //                     The LLVM Compiler Infrastructure
+ //
+ // This file was developed by Reid Spencer and is distributed under the 
+ // University of Illinois Open Source License. See LICENSE.TXT for details.
+ // 
+ //===----------------------------------------------------------------------===//
+ //
+ // This file provides the Win32 specific implementation of the Program class.
+ //
+ //===----------------------------------------------------------------------===//
+ 
+ //===----------------------------------------------------------------------===//
+ //=== WARNING: Implementation here must contain only generic Win32 code that
+ //===          is guaranteed to work on *all* Win32 variants.
+ //===----------------------------------------------------------------------===//
+ 
+ // vim: sw=2 smartindent smarttab tw=80 autoindent expandtab






More information about the llvm-commits mailing list