16 lines
363 B
C++
16 lines
363 B
C++
#ifndef LLVM_LIB_TARGET_FOOT_FOOTTARGETOBJECTFILE_H
|
|
#define LLVM_LIB_TARGET_FOOT_FOOTTARGETOBJECTFILE_H
|
|
|
|
#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
|
|
|
|
namespace llvm {
|
|
|
|
class FootTargetObjectFileELF : public TargetLoweringObjectFileELF {
|
|
public:
|
|
FootTargetObjectFileELF();
|
|
};
|
|
|
|
} // namespace llvm
|
|
|
|
#endif // LLVM_LIB_TARGET_FOOT_FOOTTARGETOBJECTFILE_H
|