Stub out a method.

llvm-svn: 39383
This commit is contained in:
Chris Lattner 2007-04-04 06:45:12 +00:00
parent 871b4e101c
commit 525bafbd59
1 changed files with 7 additions and 0 deletions

View File

@ -103,6 +103,13 @@ public:
return WCharWidth;
}
/// getIntMaxTWidth - Return the size of intmax_t and uintmax_t for this
/// target, in bits.
unsigned getIntMaxTWidth(SourceLocation Loc) {
// FIXME: implement correctly.
return 64;
}
/// getTargetBuiltins - Return information about target-specific builtins for
/// the current primary target, and info about which builtins are non-portable
/// across the current set of primary and secondary targets.