mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
5bb32279b5
* #1053 #1009 cmake configure correct clang libs * #1054 fix sie-rework to be compatible with CMake build closes #1053 closes #1009 closes #1054
17 lines
474 B
C++
17 lines
474 B
C++
#include "llvm/Support/Host.h"
|
|
#include "llvm/Support/CommandLine.h"
|
|
#include "llvm/Support/raw_ostream.h"
|
|
|
|
#include "clang/Basic/Builtins.h"
|
|
#include "clang/Frontend/CompilerInstance.h"
|
|
#include "clang/Basic/TargetOptions.h"
|
|
#include "clang/Basic/TargetInfo.h"
|
|
#include "clang/Basic/FileManager.h"
|
|
#include "clang/Lex/Preprocessor.h"
|
|
#include "clang/Lex/PreprocessorOptions.h"
|
|
#include "clang/Basic/Diagnostic.h"
|
|
#include "clang/Parse/ParseAST.h"
|
|
|
|
int main() {
|
|
return 0;
|
|
} |