mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
Insert declarations for two new functions that support the dependent
libraries feature. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16043 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
198e888705
commit
9fd58e0ae8
@ -16,6 +16,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "Support/SetVector.h"
|
||||
|
||||
namespace llvm {
|
||||
/// This class provides the high level interface to the LLVM Compiler Driver.
|
||||
@ -194,8 +195,16 @@ namespace llvm {
|
||||
private:
|
||||
Action* GetAction(ConfigData* cd, const std::string& input,
|
||||
const std::string& output, Phases phase );
|
||||
|
||||
bool DoAction(Action* a);
|
||||
|
||||
std::string GetPathForLinkageItem(const std::string& link_item,
|
||||
const std::string& dir);
|
||||
|
||||
bool ProcessLinkageItem(const std::string& link_item,
|
||||
SetVector<std::string>& set,
|
||||
std::string& err);
|
||||
|
||||
/// @}
|
||||
/// @name Data
|
||||
/// @{
|
||||
|
Loading…
Reference in New Issue
Block a user