This is an archive of the discontinued LLVM Phabricator instance.

Unconditionally include intrinsic headers in MSVC mode
Needs ReviewPublic

Authored by Neumann-A on Jul 18 2023, 2:21 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

Even though there is a significant compile time overhead for all users being a true drop in replacement for cl requires including the intrinsic headers without a guard.

Github issues (there are probably more related):
https://github.com/llvm/llvm-project/issues/53520
https://github.com/llvm/llvm-project/issues/63492

Diff Detail

Event Timeline

Neumann-A created this revision.Jul 18 2023, 2:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 18 2023, 2:21 PM
Neumann-A requested review of this revision.Jul 18 2023, 2:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 18 2023, 2:21 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript