LLVM API Documentation
00001 //===- llvm/Support/Path.h - Path Operating System Concept ------*- C++ -*-===// 00002 // 00003 // The LLVM Compiler Infrastructure 00004 // 00005 // This file is distributed under the University of Illinois Open Source 00006 // License. See LICENSE.TXT for details. 00007 // 00008 //===----------------------------------------------------------------------===// 00009 // 00010 // This file currently includes both PathV1 and PathV2 to facilitate moving 00011 // clients over to the new interface. 00012 // 00013 //===----------------------------------------------------------------------===// 00014 00015 #include "llvm/Support/PathV1.h" 00016 #include "llvm/Support/PathV2.h"