Guest User

Untitled

a guest
Jul 16th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Index: lib/Basic/Targets.cpp
  2. ===================================================================
  3. --- lib/Basic/Targets.cpp (revision 85683)
  4. +++ lib/Basic/Targets.cpp (working copy)
  5. @@ -227,7 +227,9 @@
  6. }
  7. public:
  8. DragonFlyBSDTargetInfo(const std::string &triple)
  9. - : OSTargetInfo<Target>(triple) {}
  10. + : OSTargetInfo<Target>(triple) {
  11. + this->WCharType = this->SignedInt;
  12. + }
  13. };
  14.  
  15. // FreeBSD Target
Add Comment
Please, Sign In to add comment