forked from OSchip/llvm-project
5c3529634a
and defining target-specific macros based on them (like __SSE3__ and friends). After extensive discussion with Daniel, this work will need driver support, which will translate things like -msse3 into a -mattr feature. Until this work is done, the code in clang.cpp is disabled and the X86TargetInfo ctor still defaults to SSE2. With these two things changed, this code will work. PR3634 llvm-svn: 65966 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Diagnostic.cpp | ||
FileManager.cpp | ||
IdentifierTable.cpp | ||
LangOptions.cpp | ||
Makefile | ||
SourceLocation.cpp | ||
SourceManager.cpp | ||
TargetInfo.cpp | ||
Targets.cpp | ||
TokenKinds.cpp |