зеркало из https://github.com/microsoft/clang-1.git
868bd0aa92
- This is a WIP... - This adds -march= handling to the driver, and fixes the defaulting of -mcpu on Darwin (which was using the wrong test). Instead of handling -m{sse, ...} in the driver, pass them to clang-cc as -target-feature [+-]name In clang-cc, communicate with the (clang) target to discover the legal features of a target, and the features which are enabled based on -mcpu. This is currently hardcoded just enough to not be a feature regression, we need to get this information from the backend's TableGen information somehow. This is used to construct the full list of features which are being used, which is in turn used to initialize the predefines. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71061 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
blocks.mm | ||
cocoa.mm | ||
linkage-spec.mm | ||
objc-decls-inside-namespace.mm | ||
overload.mm | ||
protocol-lookup.mm | ||
reserved-keyword-selectors.mm | ||
vararg-non-pod.mm | ||
void_to_obj.mm |