File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #include " clang/Basic/Builtins.h"
2+ #include " clang/Basic/Diagnostic.h"
3+ #include " clang/Basic/FileManager.h"
4+ #include " clang/Basic/TargetInfo.h"
5+ #include " clang/Basic/TargetOptions.h"
6+ #include " clang/Frontend/CompilerInstance.h"
7+ #include " clang/Lex/Preprocessor.h"
8+ #include " clang/Lex/PreprocessorOptions.h"
9+ #include " clang/Parse/ParseAST.h"
110// `llvm/Support/Host.h` is deprecated in favour of `llvm/TargetParser/Host.h` since clang 17
211#if LIBCLANG_MAJOR > 16
312#include " llvm/TargetParser/Host.h"
716#include " llvm/Support/CommandLine.h"
817#include " llvm/Support/raw_ostream.h"
918
10- #include " clang/Basic/Builtins.h"
11- #include " clang/Frontend/CompilerInstance.h"
12- #include " clang/Basic/TargetOptions.h"
13- #include " clang/Basic/TargetInfo.h"
14- #include " clang/Basic/FileManager.h"
15- #include " clang/Lex/Preprocessor.h"
16- #include " clang/Lex/PreprocessorOptions.h"
17- #include " clang/Basic/Diagnostic.h"
18- #include " clang/Parse/ParseAST.h"
19-
20- int main () {
21- return 0 ;
22- }
19+ int main () { return 0 ; }
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ separate_arguments(_tr_icg_link_libs_list NATIVE_COMMAND "-L${LLVM_LIB_DIR} ${_t
8080
8181try_compile (TR_ICG_CLANG_HEADERS_COMPILE
8282 ${CMAKE_BINARY_DIR } /CMakeFiles/TrickClangLibsCheck
83- ${CMAKE_CURRENT_SOURCE_DIR } /CMakeTestFiles /TestICGLinkedLibs.cpp
83+ ${CMAKE_CURRENT_SOURCE_DIR } /cmake /TestICGLinkedLibs.cpp
8484 CMAKE_FLAGS
8585 "-DINCLUDE_DIRECTORIES=${LLVM_INCLUDE_DIR} "
8686 COMPILE_DEFINITIONS
You can’t perform that action at this time.
0 commit comments