mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
94252d9e23
When the default target arch isn't one that is supported as a windows target, we want to set a suitable architecture (so that Clang tests that run plain 'llvm-rc' succeed checks for e.g. "#ifdef _WIN32" even for llvm builds that default to e.g. ppc64). But if the default target architecture is usable, don't rewrite it. (Rewriting it, by e.g. "T.setArch(T.getArch())", normalizes the spelling of the architecture, e.g. changing i686 to i386. Such a change can make clang unable to find the right sysroot.) This can't, unfortunately, practically be tested very well because it is entirely dependent on the default triple of the llvm build. Differential Revision: https://reviews.llvm.org/D104589 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
llvm-rc.cpp | ||
Opts.td | ||
ResourceFileWriter.cpp | ||
ResourceFileWriter.h | ||
ResourceScriptCppFilter.cpp | ||
ResourceScriptCppFilter.h | ||
ResourceScriptParser.cpp | ||
ResourceScriptParser.h | ||
ResourceScriptStmt.cpp | ||
ResourceScriptStmt.h | ||
ResourceScriptToken.cpp | ||
ResourceScriptToken.h | ||
ResourceScriptTokenList.def | ||
ResourceVisitor.h | ||
WindresOpts.td |