[visitors] ported llvm asm generator
[ozulis.git] / src / ozulis / target-data-factory.hh
blob2a65a7fd1c8aeac5429d982dd98725023c5e8758
1 #ifndef TARGET_DATA_FACTORY_HH
2 # define TARGET_DATA_FACTORY_HH
4 # include <ozulis/target-data.hh>
6 namespace ozulis
8 class TargetDataFactory
10 public:
11 static const TargetData * native();
12 static const TargetData * amd64();
13 static const TargetData * x86();
17 #endif /* !TARGET_DATA_FACTORY_HH */