Deleted Added
full compact
DynamicLibrary.h (234353) DynamicLibrary.h (249423)
1//===-- llvm/Support/DynamicLibrary.h - Portable Dynamic Library -*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// This file declares the sys::DynamicLibrary class.
11//
12//===----------------------------------------------------------------------===//
13
1//===-- llvm/Support/DynamicLibrary.h - Portable Dynamic Library -*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// This file declares the sys::DynamicLibrary class.
11//
12//===----------------------------------------------------------------------===//
13
14#ifndef LLVM_SYSTEM_DYNAMIC_LIBRARY_H
15#define LLVM_SYSTEM_DYNAMIC_LIBRARY_H
14#ifndef LLVM_SYSTEM_DYNAMICLIBRARY_H
15#define LLVM_SYSTEM_DYNAMICLIBRARY_H
16
17#include <string>
18
19namespace llvm {
20
21class StringRef;
22
23namespace sys {

--- 81 unchanged lines hidden ---
16
17#include <string>
18
19namespace llvm {
20
21class StringRef;
22
23namespace sys {

--- 81 unchanged lines hidden ---