-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:driver'clang' and 'clang++' user-facing binaries. Not 'clang-cl''clang' and 'clang++' user-facing binaries. Not 'clang-cl'worksformeResolved as "works for me"Resolved as "works for me"
Description
| Bugzilla Link | 3634 |
| Resolution | WORKSFORME |
| Resolved on | Feb 22, 2010 12:54 |
| Version | unspecified |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
Extended Description
clang should predefine certain macros based on the subtarget settings.
ddunbar@frank:tmp$ echo "SSE3" | gcc -P -E - -msse3
1
ddunbar@frank:tmp$ echo "SSE3" | xcc -P -E - -msse3
xcc: Unknown host 'linux', using generic host information.
SSE3
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:driver'clang' and 'clang++' user-facing binaries. Not 'clang-cl''clang' and 'clang++' user-facing binaries. Not 'clang-cl'worksformeResolved as "works for me"Resolved as "works for me"