2010-12-17 17:22:36 +00:00
|
|
|
//===- llvm/Support/Path.h - Path Operating System Concept ------*- C++ -*-===//
|
2005-04-21 20:48:15 +00:00
|
|
|
//
|
2004-08-25 06:20:07 +00:00
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
//
|
2007-12-29 19:59:42 +00:00
|
|
|
// This file is distributed under the University of Illinois Open Source
|
|
|
|
// License. See LICENSE.TXT for details.
|
2005-04-21 20:48:15 +00:00
|
|
|
//
|
2004-08-25 06:20:07 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
2010-12-17 17:22:36 +00:00
|
|
|
// This file currently includes both PathV1 and PathV2 to facilitate moving
|
|
|
|
// clients over to the new interface.
|
2004-08-25 06:20:07 +00:00
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
2010-12-17 17:22:36 +00:00
|
|
|
#include "llvm/Support/PathV1.h"
|
|
|
|
#include "llvm/Support/PathV2.h"
|