mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-08 19:25:47 +00:00
[Linker] Zap a dead typedef.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172841 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -43,14 +43,6 @@ class Linker {
|
|||||||
/// @name Types
|
/// @name Types
|
||||||
/// @{
|
/// @{
|
||||||
public:
|
public:
|
||||||
/// This type is used to pass the linkage items (libraries and files) to
|
|
||||||
/// the LinkItems function. It is composed of string/bool pairs. The string
|
|
||||||
/// provides the name of the file or library (as with the -l option). The
|
|
||||||
/// bool should be true for libraries and false for files, signifying
|
|
||||||
/// "isLibrary".
|
|
||||||
/// @brief A list of linkage items
|
|
||||||
typedef std::vector<std::pair<std::string,bool> > ItemList;
|
|
||||||
|
|
||||||
/// This enumeration is used to control various optional features of the
|
/// This enumeration is used to control various optional features of the
|
||||||
/// linker.
|
/// linker.
|
||||||
enum ControlFlags {
|
enum ControlFlags {
|
||||||
|
Reference in New Issue
Block a user