We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7081d1 commit d9ff48dCopy full SHA for d9ff48d
clang/lib/Basic/Targets/OSTargets.h
@@ -465,6 +465,7 @@ class LLVM_LIBRARY_VISIBILITY OpenBSDTargetInfo : public OSTargetInfo<Target> {
465
public:
466
OpenBSDTargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts)
467
: OSTargetInfo<Target>(Triple, Opts) {
468
+ this->WCharType = this->WIntType = this->SignedInt;
469
this->IntMaxType = TargetInfo::SignedLongLong;
470
this->Int64Type = TargetInfo::SignedLongLong;
471
switch (Triple.getArch()) {
0 commit comments