mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 19:26:30 +00:00
Actually get the #include correct so it compiles .. duh.
llvm-svn: 17817
This commit is contained in:
parent
bde8da9e43
commit
5fc587b13e
@ -12,7 +12,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Include the generic Unix implementation
|
||||
#include "../Unix/Unix.cpp"
|
||||
#include "../Unix/TimeValue.cpp"
|
||||
|
||||
namespace llvm {
|
||||
using namespace sys;
|
||||
|
@ -12,7 +12,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Include the generic Unix implementation
|
||||
#include "../Unix/Unix.cpp"
|
||||
#include "../Unix/TimeValue.cpp"
|
||||
|
||||
namespace llvm {
|
||||
using namespace sys;
|
||||
|
@ -12,7 +12,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Include the generic Unix implementation
|
||||
#include "../Unix/Unix.cpp"
|
||||
#include "../Unix/TimeValue.cpp"
|
||||
|
||||
namespace llvm {
|
||||
using namespace sys;
|
||||
|
@ -7,12 +7,12 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This file provides the FreeBSD specific implementation of the TimeValue class.
|
||||
// This file provides the FreeBSD implementation of the TimeValue class.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Include the generic Unix implementation
|
||||
#include "../Unix/Unix.cpp"
|
||||
#include "../Unix/TimeValue.cpp"
|
||||
|
||||
namespace llvm {
|
||||
using namespace sys;
|
||||
|
@ -12,7 +12,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Include the generic Unix implementation
|
||||
#include "../Unix/Unix.cpp"
|
||||
#include "../Unix/TimeValue.cpp"
|
||||
|
||||
namespace llvm {
|
||||
using namespace sys;
|
||||
|
@ -7,7 +7,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This file provides the Linux specific implementation of the TimeValue class.
|
||||
// This file provides the Linux implementation of the TimeValue class.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This file provides the SunOS specific implementation of the TimeValue class.
|
||||
// This file provides the SunOS implementation of the TimeValue class.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This file provides the Win32 specific implementation of the TimeValue class.
|
||||
// This file provides the Win32 implementation of the TimeValue class.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user