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 3a34228 commit 92e82a2Copy full SHA for 92e82a2
clang/lib/Basic/Targets/OSTargets.h
@@ -465,6 +465,8 @@ 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->IntMaxType = TargetInfo::SignedLongLong;
469
+ this->Int64Type = TargetInfo::SignedLongLong;
470
switch (Triple.getArch()) {
471
case llvm::Triple::x86:
472
case llvm::Triple::x86_64:
0 commit comments