Displaying 1 result from an estimated 1 matches for "checksecuritysyntaxonly".
2011 Apr 09
0
[LLVMdev] [cfe-dev] Adding new target for hobby OS
...gets.cpp
> lib/CodeGen/TargetInfo.cpp
> lib/Driver/HostInfo.cpp
> lib/Driver/Tools.cpp
> lib/Driver/Driver.cpp
> lib/Driver/ToolChains.h
> lib/Driver/Tools.h
> lib/Driver/ToolChains.cpp
> lib/Frontend/InitHeaderSearch.cpp
> ... and maybe:
> lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
>
> It could be nice to add a target by just creating a target
> configuration file (with everything in one file), maybe using plain
> text files or tablegen. My guess is that many targets are similar in
> different aspects, so some form of inheritance or include mechanism
&...