Originally reported on Google Code with ID 98
Purpose of code changes on this branch:
When I tried to run IWYU on IWYU itself on Windows, it crashed.
After some digging, I learned that tools need to call llvm::InitializeNativeTarget
and friends in order for target-specific operations to be wired up correctly. Presumably
there's something in the Windows build triggering inline asm parsing.
After the review, I'll merge this branch into:
/trunk
Reported by kim.grasman on 2013-06-26 20:04:12
- Attachment: init-native-target.patch
该提问来源于开源项目:include-what-you-use/include-what-you-use