mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
New experimental/undocumented feature: 'works_on_empty'.
For now, just enough support to make -filelist work. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96918 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -28,7 +28,7 @@ namespace llvmc {
|
||||
typedef std::vector<llvm::sys::Path> PathVector;
|
||||
typedef llvm::StringSet<> InputLanguagesSet;
|
||||
|
||||
/// Tool - A class
|
||||
/// Tool - Represents a single tool.
|
||||
class Tool : public llvm::RefCountedBaseVPTR<Tool> {
|
||||
public:
|
||||
|
||||
@@ -51,6 +51,7 @@ namespace llvmc {
|
||||
virtual const char* OutputLanguage() const = 0;
|
||||
|
||||
virtual bool IsJoin() const = 0;
|
||||
virtual bool WorksOnEmpty() const = 0;
|
||||
|
||||
protected:
|
||||
/// OutFileName - Generate the output file name.
|
||||
|
Reference in New Issue
Block a user